API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. PrinterMoreInfo View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      URISyntax
          PrinterMoreInfo
Implements
 PrintServiceAttribute
Subclasses
Description
publicfinal class PrinterMoreInfo
  Class PrinterMoreInfo is a printing attribute class, a URI, that is used to obtain more information about this specific printer.
See also:   
Constructors
public PrinterMoreInfo (URI uri)
  Constructs a new printer more info attribute with the specified URI.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides URISyntax]
  Returns whether this printer more info 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