public final class JobPrioritySupported extends javax.print.attribute.IntegerSyntax implements javax.print.attribute.SupportedValuesAttribute
JobPrioritySupported printing attribute provides
the supported values for the JobPriority attribute.
A client may specify any JobPriority value between 1 and 100. If a print service supports fewer priority levels it indicates the maximum levels through this attribute. The print service then automatically maps the job priority value provided by the client in an even distribution over the whole range of 1 to 100.
IPP Compatibility: JobPrioritySupported is an IPP 1.1 attribute.
JobPriority,
Serialized Form| Constructor and Description |
|---|
JobPrioritySupported(int value)
Creates a
JobPrioritySupported 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 JobPrioritySupported(int value)
JobPrioritySupported object.value - the priorityjava.lang.IllegalArgumentException - if value < 1 or value > 100public 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.AttributeJobPrioritySupported itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute