Searched refs:JobState (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobState.java33 * JobState is a printing attribute class, an enumeration, that identifies
34 * the current state of a print job. Class JobState defines standard job state
38 * JobStateReasons} attribute augments the JobState attribute to give more
50 public class JobState extends EnumSyntax implements PrintJobAttribute { class in inherits:EnumSyntax,PrintJobAttribute
57 public static final JobState UNKNOWN = new JobState(0);
62 public static final JobState PENDING = new JobState(3);
70 public static final JobState PENDING_HELD = new JobState(
168 protected JobState(int value) { method in class:JobState
[all...]

Completed in 28 milliseconds