static enum ConfigConfigurationArea.KindOfLastChange extends Enum<ConfigConfigurationArea.KindOfLastChange>
| Enum Constant and Description |
|---|
ConfigurationData |
ConfigurationObject |
DynamicObject |
| Modifier and Type | Method and Description |
|---|---|
static ConfigConfigurationArea.KindOfLastChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigConfigurationArea.KindOfLastChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigConfigurationArea.KindOfLastChange DynamicObject
public static final ConfigConfigurationArea.KindOfLastChange ConfigurationObject
public static final ConfigConfigurationArea.KindOfLastChange ConfigurationData
public static ConfigConfigurationArea.KindOfLastChange[] values()
for (ConfigConfigurationArea.KindOfLastChange c : ConfigConfigurationArea.KindOfLastChange.values()) System.out.println(c);
public static ConfigConfigurationArea.KindOfLastChange valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null