java.lang.Objectjavax.print.attribute.IntegerSyntax
javax.print.attribute.standard.JobPrioritySupported
All Implemented Interfaces:
SupportedValuesAttribute, Cloneable, Serializable
The client can always specify any JobPriority value from 1 to 100 for a job. However, the Print Service instance may support fewer than 100 different job priority levels. If this is the case, the Print Service instance automatically maps the client-specified job priority value to one of the supported job priority levels, dividing the 100 job priority values equally among the available job priority levels.
IPP Compatibility: The integer value gives the IPP integer value.
The category name returned by getName()
gives the IPP
attribute name.
Alan
- KaminskyConstructor: |
---|
|
Method from javax.print.attribute.standard.JobPrioritySupported Summary: |
---|
equals, getCategory, getName |
Methods from javax.print.attribute.IntegerSyntax: |
---|
equals, getValue, hashCode, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.print.attribute.standard.JobPrioritySupported Detail: |
---|
|
For class JobPrioritySupported, the category is class JobPrioritySupported itself. |
For class JobPrioritySupported, the
category name is |