public static enum ParamTypeHelper.ManyType extends Enum<ParamTypeHelper.ManyType>
| Modifier and Type | Method and Description |
|---|---|
static ParamTypeHelper.ManyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamTypeHelper.ManyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParamTypeHelper.ManyType LIST
public static final ParamTypeHelper.ManyType SET
public static final ParamTypeHelper.ManyType MAP
public static final ParamTypeHelper.ManyType NONE
public static ParamTypeHelper.ManyType[] values()
for (ParamTypeHelper.ManyType c : ParamTypeHelper.ManyType.values()) System.out.println(c);
public static ParamTypeHelper.ManyType 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 © 2014. All Rights Reserved.