KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > URISyntax

javax.print.attribute
Class URISyntax

java.lang.Object
  extended by javax.print.attribute.URISyntax
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Destination, PrinterMoreInfo, PrinterMoreInfoManufacturer, PrinterURI
See Also:
Source Code

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


public URI getURI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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

Popular Tags