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