protected static enum AbstractDynamicData.PropertyKeys extends java.lang.Enum<AbstractDynamicData.PropertyKeys>
| Enum Constant and Description |
|---|
lastId |
saved |
value |
var |
varContainerId |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AbstractDynamicData.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDynamicData.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDynamicData.PropertyKeys saved
public static final AbstractDynamicData.PropertyKeys lastId
public static final AbstractDynamicData.PropertyKeys var
public static final AbstractDynamicData.PropertyKeys varContainerId
public static final AbstractDynamicData.PropertyKeys value
public static AbstractDynamicData.PropertyKeys[] values()
for (AbstractDynamicData.PropertyKeys c : AbstractDynamicData.PropertyKeys.values()) System.out.println(c);
public static AbstractDynamicData.PropertyKeys 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<AbstractDynamicData.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.