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

/openjdk7/jdk/src/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()</code> returns either "error", "warning", or
56 * associated {@link Severity} object's <CODE>toString()</CODE>
65 public final class Severity extends EnumSyntax implements Attribute { class in inherits:EnumSyntax,Attribute
77 public static final Severity REPORT = new Severity (0);
86 public static final Severity WARNING = new Severity (
102 protected Severity(int value) { method in class:Severity
[all...]

Completed in 44 milliseconds