|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.IntegerSyntax
javax.print.attribute.standard.JobPrioritySupported
public final class JobPrioritySupported
The 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 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. |
| Methods inherited from class javax.print.attribute.IntegerSyntax |
|---|
getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobPrioritySupported(int value)
JobPrioritySupported object.
value - the priority
IllegalArgumentException - if value < 1 or value > 100| Method Detail |
|---|
public boolean equals(Object obj)
equals in class IntegerSyntaxobj - the object to test
true if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributeJobPrioritySupported itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||