public enum PrinterProcessingStateDetail extends java.lang.Enum<PrinterProcessingStateDetail>
| Enum Constant and Description |
|---|
CONNECTING_TO_DEVICE
connecting To Device
|
COVER_OPEN
cover Open
|
DEVELOPER_EMPTY
developer Empty
|
DEVELOPER_LOW
developer Low
|
DOOR_OPEN
door Open
|
FUSER_OVER_TEMP
fuser Over Temp
|
FUSER_UNDER_TEMP
fuser Under Temp
|
INPUT_TRAY_MISSING
input Tray Missing
|
INTERLOCK_OPEN
interlock Open
|
INTERPRETER_RESOURCE_UNAVAILABLE
interpreter Resource Unavailable
|
MARKER_SUPPLY_EMPTY
marker Supply Empty
|
MARKER_SUPPLY_LOW
marker Supply Low
|
MARKER_WASTE_ALMOST_FULL
marker Waste Almost Full
|
MARKER_WASTE_FULL
marker Waste Full
|
MEDIA_EMPTY
media Empty
|
MEDIA_JAM
media Jam
|
MEDIA_LOW
media Low
|
MEDIA_NEEDED
media Needed
|
MOVING_TO_PAUSED
moving To Paused
|
NONE
none
|
OPTICAL_PHOTO_CONDUCTOR_LIFE_OVER
optical Photo Conductor Life Over
|
OPTICAL_PHOTO_CONDUCTOR_NEAR_END_OF_LIFE
optical Photo Conductor Near End Of Life
|
OTHER
other
|
OUTPUT_AREA_ALMOST_FULL
output Area Almost Full
|
OUTPUT_AREA_FULL
output Area Full
|
OUTPUT_TRAY_MISSING
output Tray Missing
|
PAUSED
paused
|
SHUTDOWN
shutdown
|
SPOOL_AREA_FULL
spool Area Full
|
STOPPED_PARTIALLY
stopped Partially
|
STOPPING
stopping
|
TIMED_OUT
timed Out
|
TONER_EMPTY
toner Empty
|
TONER_LOW
toner Low
|
UNEXPECTED_VALUE
For PrinterProcessingStateDetail values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static PrinterProcessingStateDetail |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrinterProcessingStateDetail[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrinterProcessingStateDetail PAUSED
public static final PrinterProcessingStateDetail MEDIA_JAM
public static final PrinterProcessingStateDetail MEDIA_NEEDED
public static final PrinterProcessingStateDetail MEDIA_LOW
public static final PrinterProcessingStateDetail MEDIA_EMPTY
public static final PrinterProcessingStateDetail COVER_OPEN
public static final PrinterProcessingStateDetail INTERLOCK_OPEN
public static final PrinterProcessingStateDetail OUTPUT_TRAY_MISSING
public static final PrinterProcessingStateDetail OUTPUT_AREA_FULL
public static final PrinterProcessingStateDetail MARKER_SUPPLY_LOW
public static final PrinterProcessingStateDetail MARKER_SUPPLY_EMPTY
public static final PrinterProcessingStateDetail INPUT_TRAY_MISSING
public static final PrinterProcessingStateDetail OUTPUT_AREA_ALMOST_FULL
public static final PrinterProcessingStateDetail MARKER_WASTE_ALMOST_FULL
public static final PrinterProcessingStateDetail MARKER_WASTE_FULL
public static final PrinterProcessingStateDetail FUSER_OVER_TEMP
public static final PrinterProcessingStateDetail FUSER_UNDER_TEMP
public static final PrinterProcessingStateDetail OTHER
public static final PrinterProcessingStateDetail NONE
public static final PrinterProcessingStateDetail MOVING_TO_PAUSED
public static final PrinterProcessingStateDetail SHUTDOWN
public static final PrinterProcessingStateDetail CONNECTING_TO_DEVICE
public static final PrinterProcessingStateDetail TIMED_OUT
public static final PrinterProcessingStateDetail STOPPING
public static final PrinterProcessingStateDetail STOPPED_PARTIALLY
public static final PrinterProcessingStateDetail TONER_LOW
public static final PrinterProcessingStateDetail TONER_EMPTY
public static final PrinterProcessingStateDetail SPOOL_AREA_FULL
public static final PrinterProcessingStateDetail DOOR_OPEN
public static final PrinterProcessingStateDetail OPTICAL_PHOTO_CONDUCTOR_NEAR_END_OF_LIFE
public static final PrinterProcessingStateDetail OPTICAL_PHOTO_CONDUCTOR_LIFE_OVER
public static final PrinterProcessingStateDetail DEVELOPER_LOW
public static final PrinterProcessingStateDetail DEVELOPER_EMPTY
public static final PrinterProcessingStateDetail INTERPRETER_RESOURCE_UNAVAILABLE
public static final PrinterProcessingStateDetail UNKNOWN_FUTURE_VALUE
public static final PrinterProcessingStateDetail UNEXPECTED_VALUE
public static PrinterProcessingStateDetail[] values()
for (PrinterProcessingStateDetail c : PrinterProcessingStateDetail.values()) System.out.println(c);
public static PrinterProcessingStateDetail valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null