KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute.standard
Class PrinterStateReason

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

public static final PrinterStateReason CONNECTING_TO_DEVICE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason COVER_OPEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason DEVELOPER_EMPTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason DEVELOPER_LOW
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason DOOR_OPEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason FUSER_OVER_TEMP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason FUSER_UNDER_TEMP
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 PrinterStateReason INPUT_TRAY_MISSING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason INTERLOCK_OPEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason INTERPRETER_RESOURCE_UNAVAILABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MARKER_SUPPLY_EMPTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MARKER_SUPPLY_LOW
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MARKER_WASTE_ALMOST_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MARKER_WASTE_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MEDIA_EMPTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MEDIA_JAM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MEDIA_LOW
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason MEDIA_NEEDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final PrinterStateReason OPC_LIFE_OVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason OPC_NEAR_EOL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason OTHER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason OUTPUT_AREA_ALMOST_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason OUTPUT_AREA_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason OUTPUT_TRAY_MISSING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public static final PrinterStateReason SHUTDOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason SPOOL_AREA_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason STOPPED_PARTLY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final PrinterStateReason TIMED_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason TONER_EMPTY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PrinterStateReason TONER_LOW
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags