Package | Description |
---|---|
com.kabira.test.management |
Management Test Support classes
|
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
Client.Configuration.getState()
Get the state of the currently-loaded configuration.
|
static ConfigurationState |
ConfigurationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationState[] |
ConfigurationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|