public static enum MetaInfoHelper.Properties extends Enum<MetaInfoHelper.Properties> implements PropertyEnum
| Enum Constant and Description |
|---|
CREATE_ID |
CREATE_TIME |
UPDATE_ID |
UPDATE_TIME |
VERSION_IND |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static MetaInfoHelper.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaInfoHelper.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaInfoHelper.Properties VERSION_IND
public static final MetaInfoHelper.Properties CREATE_TIME
public static final MetaInfoHelper.Properties CREATE_ID
public static final MetaInfoHelper.Properties UPDATE_TIME
public static final MetaInfoHelper.Properties UPDATE_ID
public static MetaInfoHelper.Properties[] values()
for (MetaInfoHelper.Properties c : MetaInfoHelper.Properties.values()) System.out.println(c);
public static MetaInfoHelper.Properties 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 nullpublic String getKey()
getKey in interface PropertyEnumCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.