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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobStateReason.java31 * Class JobStateReason is a printing attribute class, an enumeration, that
34 * attribute. Class JobStateReason defines standard job state reason values. A
39 * Instances of JobStateReason do not appear in a Print Job's attribute set
42 * attribute contains zero, one, or more than one JobStateReason objects which
43 * pertain to the Print Job's status. The printer adds a JobStateReason object
46 * removes the JobStateReason object again when the corresponding condition
58 public class JobStateReason extends EnumSyntax implements Attribute { class in inherits:EnumSyntax,Attribute
66 public static final JobStateReason
67 JOB_INCOMING = new JobStateReason(0);
78 public static final JobStateReason
353 protected JobStateReason(int value) { method in class:JobStateReason
[all...]
H A DJobStateReasons.java39 * Instances of {@link JobStateReason JobStateReason} do not appear in a Print
42 * one, or more than one {@link JobStateReason JobStateReason} objects which
43 * pertain to the Print Job's status. The printer adds a {@link JobStateReason
44 * JobStateReason} object to the Print Job's JobStateReasons attribute when the
46 * removes the {@link JobStateReason JobStateReason} object again when the
53 * mutable; you can add {@link JobStateReason JobStateReason} object
[all...]

Completed in 40 milliseconds