Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.supported.OperationsSupported
OperationsSupported
specifies the enums of the operations
supported by a given printer or job object. The attribute is further
specified in RFC 2911 section 4.4.15.
Field Summary | |
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
static OperationsSupported |
|
Constructor Summary | |
|
Method Summary | |
Class |
|
protected EnumSyntax[] |
|
String |
|
protected int | |
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 OperationsSupported CANCEL_JOB
Operation to cancel a job by its ID or name.
public static final OperationsSupported CREATE_JOB
Operation to create an initial job for use with multiple document per job.
public static final OperationsSupported GET_JOBS
Operation to get all currently queued or processed jobs.
public static final OperationsSupported GET_JOB_ATTRIBUTES
Operation to get job attributes of a current job.
public static final OperationsSupported GET_PRINTER_ATTRIBUTES
Operation to get the attributes of a printer.
public static final OperationsSupported HOLD_JOB
Operation to put a job on hold by its ID or name.
public static final OperationsSupported PRINT_JOB
Operation to print a job in one request/response.
public static final OperationsSupported PURGE_JOBS
Operation to remove all jobs from a printer regardless of state.
public static final OperationsSupported RELEASE_JOB
Operation to release a job by its ID or name.
public static final OperationsSupported RESERVED
Not yet an operation - reserved for futher use.
public static final OperationsSupported RESTART_JOB
Operation to restart a job by its ID or name.
public static final OperationsSupported SEND_DOCUMENT
Operation to send a document to a multidoc job created via CREATE_JOB
public static final OperationsSupported SEND_URI
Operation to send a document uri to a multidoc job created via CREATE_JOB. The document accessible from this URI will be printed.
public static final OperationsSupported VALIDATE_JOB
Operation to validate a job before submission.
protected OperationsSupported(int value)
Constructs aOperationsSupported
object.
- Parameters:
value
- the enum value
public Classextends Attribute> getCategory()
Returns category of this class.
- Returns:
- The class
OperationsSupported
itself.
protected EnumSyntax[] getEnumValueTable()
Returns a table with the enumeration values for this object.
- Overrides:
- getEnumValueTable in interface EnumSyntax
- Returns:
- The enumeration values.
public String getName()
Returns the name of this attribute.
- Returns:
- The name "operations-supported".
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.