java.lang.Object
javax.print.attribute.IntegerSyntax
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- Copies, JobImpressions, JobImpressionsCompleted, JobKOctets, JobKOctetsProcessed, JobMediaSheets, JobMediaSheetsCompleted, JobPriority, JobPrioritySupported, NumberOfDocuments, NumberOfInterveningJobs, NumberUp, PagesPerMinute, PagesPerMinuteColor, QueuedJobCount
- See Also:
- Source Code,
IntegerSyntax(int)
, getValue()
public boolean equals(Object object)
- See Also:
Hashtable
, Object.hashCode()
- 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 IntegerSyntax(int value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected IntegerSyntax(int value,
int lowerBound,
int upperBound)
- See Also:
- IllegalArgumentException
- 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