API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. PrinterMoreInfoManufacturer View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      URISyntax
          PrinterMoreInfoManufacturer
Implements
 PrintServiceAttribute
Subclasses
Description
publicfinal class PrinterMoreInfoManufacturer
  Class PrinterMoreInfoManufacturer is a printing attribute class, a URI, that is used to obtain more information about this type of device.
See also:   
Constructors
public PrinterMoreInfoManufacturer (URI uri)
  Constructs a new printer more info manufacturer attribute with the specified URI.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides URISyntax]
  Returns whether this printer more info manufacturer attribute is equivalent to the passed in object.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
public URI getURI () [Inherited From URISyntax]
  Returns this URI attribute's URI value.
public int hashCode () [Inherited From URISyntax]
  Returns a hashcode for this URI attribute.
public String toString () [Inherited From URISyntax]
  Returns a String identifying this URI attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar