static enum ConfigConfigurationArea.KindOfLastChange extends java.lang.Enum<ConfigConfigurationArea.KindOfLastChange>
Mit diesem Enum kann angegeben werden, ob ein dynamisches Objekt, ein Konfigurationsobjekt oder ein konfigurierender Datensatz geƤndert wurde.
Enum Constant and Description |
---|
ConfigurationData |
ConfigurationObject |
DynamicObject |
Modifier and Type | Method and Description |
---|---|
static ConfigConfigurationArea.KindOfLastChange |
valueOf(java.lang.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(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