KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > PrinterURI

javax.print.attribute.standard
Class PrinterURI

java.lang.Object
  extended by javax.print.attribute.URISyntax
      extended by javax.print.attribute.standard.PrinterURI
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintServiceAttribute
See Also:
Source Code

public boolean equals(Object object)
See Also:
Hashtable, Object.hashCode(), URISyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterURI(URI uri)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags