javax.print.attribute.standard
public final class NumberOfInterveningJobs extends IntegerSyntax implements PrintJobAttribute
NumberOfInterveningJobs
printing attribute provides
the number of jobs ahead in the print service queue before the
requested job.
IPP Compatibility: NumberOfInterveningJobs is an IPP 1.1 attribute.
Constructor and Description |
---|
NumberOfInterveningJobs(int value)
Creates a
NumberOfInterveningJobs object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Tests if the given object is equal to this object.
|
Class<? extends Attribute> |
getCategory()
Returns category of this class.
|
String |
getName()
Returns the name of this attribute.
|
getValue, hashCode, toString
public NumberOfInterveningJobs(int value)
NumberOfInterveningJobs
object.value
- the number of intervening jobsIllegalArgumentException
- if value < 0public boolean equals(Object obj)
equals
in class IntegerSyntax
obj
- the object to testtrue
if both objects are equal,
false
otherwise.Object.hashCode()
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
NumberOfInterveningJobs
itself.