KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute
Class EnumSyntax

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Chromaticity, ColorSupported, Compression, Fidelity, Finishings, JobSheets, JobState, JobStateReason, Media, MultipleDocumentHandling, OrientationRequested, PDLOverrideSupported, PresentationDirection, PrinterIsAcceptingJobs, PrinterState, PrinterStateReason, PrintQuality, ReferenceUriSchemesSupported, Severity, SheetCollate, Sides
See Also:
Source Code, EnumSyntax(int), getValue(), toString()

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


protected EnumSyntax(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected EnumSyntax[] getEnumValueTable()
See Also:
readResolve(), getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
See Also:
toString(), getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValue()
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  


protected Object readResolve()
                      throws ObjectStreamException
See Also:
InvalidObjectException, getOffset(), getEnumValueTable()
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  

Popular Tags