GNU Classpath (0.95) | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.print.attribute.EnumSyntax
javax.print.attribute.standard.PrinterStateReason
PrinterStateReason
attribute provides additional
information about the current state of the printer device. Its always part
of the PrinterStateReasons
printing attribute.
IPP Compatibility: PrinterStateReason is not an IPP 1.1
attribute itself but used inside the PrinterStateReasons
attribute.
Field Summary | |
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
static PrinterStateReason |
|
Constructor Summary | |
|
Method Summary | |
Class< |
|
protected EnumSyntax[] |
|
String |
|
protected String[] |
|
Methods inherited from class javax.print.attribute.EnumSyntax | |
clone , getEnumValueTable , getOffset , getStringTable , getValue , hashCode , readResolve , toString |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public static final PrinterStateReason CONNECTING_TO_DEVICE
The printer object is connecting to the device. If a printer device is on the network the printer object may be unable to connect.
public static final PrinterStateReason COVER_OPEN
One or more covers of the printer device are open.
public static final PrinterStateReason DEVELOPER_EMPTY
The printer device is out of developer.
public static final PrinterStateReason DEVELOPER_LOW
The printer device is low on developer.
public static final PrinterStateReason DOOR_OPEN
One or more doors of the printer device are open.
public static final PrinterStateReason FUSER_OVER_TEMP
The fuser of the printer device is over temperature.
public static final PrinterStateReason FUSER_UNDER_TEMP
The fuser of the printer device is under the needed temperature.
public static final PrinterStateReason INPUT_TRAY_MISSING
One or more input trays are missing in the printer device.
public static final PrinterStateReason INTERLOCK_OPEN
One or more interlocks of the printer device are open.
public static final PrinterStateReason INTERPRETER_RESOURCE_UNAVAILABLE
An interpreter resource (e.g. font) is unavailable.
public static final PrinterStateReason MARKER_SUPPLY_EMPTY
The printer device is out of marker supply.
public static final PrinterStateReason MARKER_SUPPLY_LOW
The printer device is low on marker supply.
public static final PrinterStateReason MARKER_WASTE_ALMOST_FULL
The marker waste bin of the printer device is almost full.
public static final PrinterStateReason MARKER_WASTE_FULL
The marker waste bin of the printer device is full.
public static final PrinterStateReason MEDIA_JAM
A media jam occured in the printer device.
public static final PrinterStateReason MOVING_TO_PAUSED
Indicates that the printer has been paused by the pause printer operation and is currently moving to the pause state.
public static final PrinterStateReason OPC_LIFE_OVER
The optical photo conductor has reached its end of life.
public static final PrinterStateReason OPC_NEAR_EOL
The optical photo conductor is near its end of life (EOL).
public static final PrinterStateReason OUTPUT_AREA_ALMOST_FULL
One or more output areas of the printer device are almost full.
public static final PrinterStateReason OUTPUT_AREA_FULL
One or more output areas of the printer device are full.
public static final PrinterStateReason OUTPUT_TRAY_MISSING
One or more output trays are missing in the printer device.
public static final PrinterStateReason PAUSED
The printer device has be paused by the pause printer operation.
public static final PrinterStateReason SHUTDOWN
The printer device has been shutdown or removed from service.
public static final PrinterStateReason SPOOL_AREA_FULL
The printers spool area is currently full. The printer is currently not able to accept jobs.
public static final PrinterStateReason STOPPED_PARTLY
The printer object has stopped partly. A printer object may control several physical output devices (e.g. a printer class in CUPS) and stop only some of the devices.
public static final PrinterStateReason STOPPING
The printer object is stopping the printer device.
public static final PrinterStateReason TIMED_OUT
The connection to the device has timed out.
protected PrinterStateReason(int value)
Constructs aPrinterStateReason
object.
- Parameters:
value
- the enum value.
public Class< ? extends Attribute> getCategory()
Returns category of this class.
- Specified by:
- ? extends Attribute> getCategory in interface Attribute
- Returns:
- The class
PrintStateReason
itself.
protected EnumSyntax[] getEnumValueTable()
Returns a table with the enumeration values for this object.
- Overrides:
- getEnumValueTable in interface EnumSyntax
- Returns:
- The enumeration values.
public final String getName()
Returns the name of this attribute.
- Returns:
- The name "printer-state-reason".
protected String[] getStringTable()
Returns a table with the enumeration values represented as strings for this object.
- Overrides:
- getStringTable in interface EnumSyntax
- Returns:
- The enumeration values as strings.
GNU Classpath (0.95) |