Package | Description |
---|---|
oracle.security.jps.v11_1.config.jaxb |
Modifier and Type | Method and Description |
---|---|
static ConfigState |
ConfigState.fromValue(java.lang.String v) |
ConfigState |
JpsContextType.getState()
Gets the value of the state property.
|
static ConfigState |
ConfigState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigState[] |
ConfigState.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JpsContextType.setState(ConfigState value)
Sets the value of the state property.
|