public static enum LoDisplayInfoHelper.Properties extends Enum<LoDisplayInfoHelper.Properties> implements PropertyEnum
| Enum Constant and Description |
|---|
LO_CATEGORY_INFO_LIST |
LO_DISPLAY_INFO_LIST |
LO_INFO |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static LoDisplayInfoHelper.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoDisplayInfoHelper.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoDisplayInfoHelper.Properties LO_INFO
public static final LoDisplayInfoHelper.Properties LO_DISPLAY_INFO_LIST
public static final LoDisplayInfoHelper.Properties LO_CATEGORY_INFO_LIST
public static LoDisplayInfoHelper.Properties[] values()
for (LoDisplayInfoHelper.Properties c : LoDisplayInfoHelper.Properties.values()) System.out.println(c);
public static LoDisplayInfoHelper.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.