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

public abstract class IntegerSyntax extends Object implements Serializable, Cloneable
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

    Constructors
    Modifier
    Constructor
    Description
    protected
    IntegerSyntax(int value)
    Construct a new integer attribute with the given integer value.
    protected