Package | Description |
---|---|
oracle.security.opss.config.persistence |
Modifier and Type | Method and Description |
---|---|
static ConfigState |
ConfigState.fromValue(java.lang.String v) |
ConfigState |
JpsContextP.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 |
JpsContextP.setState(ConfigState value)
Sets the value of the state property.
|