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

/openjdk9/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DSeverity.java31 * Class Severity is a printing attribute class, an enumeration, that denotes
34 * Instances of Severity do not appear in a Print Service's attribute set
41 * object is associated with a Severity level of REPORT (least severe),
53 * {@code Severity.toString()} returns either "error", "warning", or
56 * associated {@link Severity} object's {@code toString()}
64 public final class Severity extends EnumSyntax implements Attribute { class in inherits:EnumSyntax,Attribute
76 public static final Severity REPORT = new Severity (0);
85 public static final Severity WARNING = new Severity (
101 protected Severity(int value) { method in class:Severity
[all...]
H A DPrinterStateReasons.java49 * object is associated with a {@link Severity Severity} level of REPORT
61 * {@link Severity Severity} object (value):
75 * {@link Severity Severity} object's {@code toString()} methods,
84 extends HashMap<PrinterStateReason,Severity>
127 * {@link PrinterStateReason PrinterStateReason}-to-{@link Severity
128 * Severity} mappings as the given map. The underlying hash map's initial
142 * {@link Severity Severit
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintService.java67 import javax.print.attribute.standard.Severity;
345 psr.put(PrinterStateReason.SHUTDOWN, Severity.ERROR);
/openjdk9/jdk/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java68 import javax.print.attribute.standard.Severity;
716 psr.put(PrinterStateReason.SHUTDOWN, Severity.ERROR);

Completed in 122 milliseconds