Searched defs:JobPriority (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobPriority.java33 * Class JobPriority is an integer valued printing attribute class that
36 * If a JobPriority attribute is specified for a Print Job, it specifies a
43 * If the client does not specify a JobPriority attribute for a Print Job and
44 * the printer does support the JobPriority attribute, the printer must use an
45 * implementation-defined default JobPriority value.
61 public final class JobPriority extends IntegerSyntax class in inherits:IntegerSyntax,PrintRequestAttribute,PrintJobAttribute
75 public JobPriority(int value) { method in class:JobPriority
87 * <CODE>object</CODE> is an instance of class JobPriority.
99 return (super.equals (object) && object instanceof JobPriority);
106 * For class JobPriority, th
[all...]

Completed in 45 milliseconds