public enum ConfigurationAreaTime extends java.lang.Enum<ConfigurationAreaTime>
Diese Information ist zum Beispiel bei Anfragen an den Konfigurationsbereich nach Objekten, die in einem bestimmten Zeitbereich gültig sein müssen, wichtig.
| Enum Constant and Description |
|---|
GLOBAL_ACTIVATION_TIME |
LOCAL_ACTIVATION_TIME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ConfigurationAreaTime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationAreaTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationAreaTime LOCAL_ACTIVATION_TIME
public static final ConfigurationAreaTime GLOBAL_ACTIVATION_TIME
public static ConfigurationAreaTime[] values()
for (ConfigurationAreaTime c : ConfigurationAreaTime.values()) System.out.println(c);
public static ConfigurationAreaTime 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<ConfigurationAreaTime>