public static enum CommonLookupParam.Usage extends Enum<CommonLookupParam.Usage>
| Enum Constant and Description |
|---|
ADVANCED |
ADVANCED_CUSTOM |
CUSTOM |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static CommonLookupParam.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonLookupParam.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonLookupParam.Usage DEFAULT
public static final CommonLookupParam.Usage ADVANCED
public static final CommonLookupParam.Usage CUSTOM
public static final CommonLookupParam.Usage ADVANCED_CUSTOM
public static CommonLookupParam.Usage[] values()
for (CommonLookupParam.Usage c : CommonLookupParam.Usage.values()) System.out.println(c);
public static CommonLookupParam.Usage 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 nullCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.