| Package | Description |
|---|---|
| j4cups.protocol |
This package supports the data types which are described in RFC-2910 and
RFC-8011.
|
| Modifier and Type | Method and Description |
|---|---|
IppOperations |
IppRequest.getOperation()
Returns the 2nd part (byte 2-3) with the operation-id.
|
static IppOperations |
IppOperations.of(int id)
Allows you to map an id (or op-code) to the corresponding operation.
|
static IppOperations |
IppOperations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IppOperations[] |
IppOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.