| 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.setJobStateReasons(JobStateReasons reason)
Sets job state reason.
|
| Modifier and Type | Method and Description |
|---|---|
JobStateReasons |
AbstractIpp.getJobStateReasons()
Returns the job-state-reason of the request or response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIpp.setJobStateReasons(JobStateReasons reason)
Sets the job-state-rease.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStateReasons |
JobStateReasons.of(java.lang.String value)
Maps the given string to the corresponding element.
|
static JobStateReasons |
JobStateReasons.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobStateReasons[] |
JobStateReasons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.