| Package | Description |
|---|---|
| j4cups.op |
This is the package for the IPP operations like 'print-job' or
'send-document'.
|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| j4cups.protocol.enums |
This package is the container for enum values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setJobState(JobState state)
Sets job state.
|
| Modifier and Type | Method and Description |
|---|---|
JobState |
AbstractIpp.getJobState()
Returns the job-state of the request or response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIpp.setJobState(JobState state)
Sets the job-state.
|
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.of(int value)
Allows you to map a int value to the corresponding value.
|
static JobState |
JobState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.