| Package | Description |
|---|---|
| j4cups.protocol.enums |
This package is the container for enum values.
|
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.of(int value)
Allows you to map a int value to the corresponding state.
|
static JobState |
JobState.valueOf(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. All rights reserved.