public final class NumberOfInterveningJobs extends javax.print.attribute.IntegerSyntax implements javax.print.attribute.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(java.lang.Object obj)
Tests if the given object is equal to this object.
|
java.lang.Class<? extends javax.print.attribute.Attribute> |
getCategory()
Returns category of this class.
|
java.lang.String |
getName()
Returns the name of this attribute.
|
public NumberOfInterveningJobs(int value)
NumberOfInterveningJobs object.value - the number of intervening jobsjava.lang.IllegalArgumentException - if value < 0public boolean equals(java.lang.Object obj)
equals in class javax.print.attribute.IntegerSyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributeNumberOfInterveningJobs itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute