javax.print.attribute.standard
public final class JobPrioritySupported extends IntegerSyntax implements 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.
| Constructor Summary | |
|---|---|
| JobPrioritySupported(int value)
Creates a JobPrioritySupported object.
| |
| Method Summary | |
|---|---|
| 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.
|
JobPrioritySupported object.
Parameters: value the priority
Throws: IllegalArgumentException if value < 1 or value > 100
Parameters: obj the object to test
Returns: true if both objects are equal,
false otherwise.
Returns: The class JobPrioritySupported itself.
Returns: The name "job-priority-supported".