|
|||||||||
| 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.JobPriority
public final class JobPriority
The JobPriority printing attribute specifies
the priority for scheduling a job on the print service.
A client may specify any value between 1 (lowest priority) and 100 (highest priority). A print service prints jobs with a priority value of n before those with a priority value of n-1.
IPP Compatibility: JobPriority is an IPP 1.1 attribute.
| Constructor Summary | |
|---|---|
JobPriority(int value)
Creates a JobPriority 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 JobPriority(int value)
JobPriority 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 AttributeJobPriority itself.public String getName()
getName in interface Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||