public static enum LoInfoHelper.Properties extends Enum<LoInfoHelper.Properties> implements PropertyEnum
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static LoInfoHelper.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoInfoHelper.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoInfoHelper.Properties NAME
public static final LoInfoHelper.Properties DESCR
public static final LoInfoHelper.Properties ID
public static final LoInfoHelper.Properties SEQUENCE
public static final LoInfoHelper.Properties META
public static LoInfoHelper.Properties[] values()
for (LoInfoHelper.Properties c : LoInfoHelper.Properties.values()) System.out.println(c);
public static LoInfoHelper.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 PropertyEnum
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.