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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterStateReason.java31 * Class PrinterStateReason is a printing attribute class, an enumeration,
35 * Class PrinterStateReason defines standard printer
41 * Instances of PrinterStateReason do not appear in a Print Service's
46 * more than one PrinterStateReason objects which pertain to the
47 * Print Service's status, and each PrinterStateReason object is
49 * WARNING, or ERROR (most severe). The printer adds a PrinterStateReason
53 * removesthe PrinterStateReason object again when the corresponding
58 * The string values returned by each individual {@link PrinterStateReason} and
68 public class PrinterStateReason extends EnumSyntax implements Attribute { class in inherits:EnumSyntax,Attribute
75 public static final PrinterStateReason OTHE
326 protected PrinterStateReason(int value) { method in class:PrinterStateReason
[all...]

Completed in 140 milliseconds