public static enum ConfigurationManagementService.CONFIG_STATE extends java.lang.Enum<ConfigurationManagementService.CONFIG_STATE>
| Enum Constant and Description |
|---|
ACTIVE |
COMPLETE |
CREATED |
INACTIVE |
TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationManagementService.CONFIG_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationManagementService.CONFIG_STATE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ConfigurationManagementService.CONFIG_STATE CREATED
public static final ConfigurationManagementService.CONFIG_STATE COMPLETE
public static final ConfigurationManagementService.CONFIG_STATE ACTIVE
public static final ConfigurationManagementService.CONFIG_STATE INACTIVE
public static final ConfigurationManagementService.CONFIG_STATE TERMINATED
public static ConfigurationManagementService.CONFIG_STATE[] values()
for (ConfigurationManagementService.CONFIG_STATE c : ConfigurationManagementService.CONFIG_STATE.values())
System.out.println(c);
public static ConfigurationManagementService.CONFIG_STATE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null