Class IntegerSyntax
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
Class
IntegerSyntax
is an abstract base class providing the common
implementation of all attributes with integer values.
Under the hood, an integer attribute is just an integer. You can get an
integer attribute's integer value by calling getValue()
.
An integer attribute's integer value is established when it is constructed
(see IntegerSyntax(int)
). Once constructed, an
integer attribute's value is immutable.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IntegerSyntax
(int value) Construct a new integer attribute with the given integer value.protected