KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > Severity

javax.print.attribute.standard
Class Severity

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.Severity
All Implemented Interfaces:
Serializable, Cloneable, Attribute
See Also:
Source Code, Severity, PrinterState, PrinterStateReasons, PrinterStateReason

public static final Severity ERROR
See Also:
PrinterState, PrinterStateReason
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected EnumSyntax[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
See Also:
EnumSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Severity REPORT
See Also:
PrinterStateReason
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Severity(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Severity WARNING
See Also:
PrinterStateReason
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags