protected static enum CodeParam.TypeOption extends java.lang.Enum<CodeParam.TypeOption>
| Enum Constant and Description |
|---|
_boolean |
_byte |
_char |
_double |
_float |
_int |
_long |
_object |
_short |
_String |
| Modifier and Type | Method and Description |
|---|---|
static CodeParam.TypeOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeParam.TypeOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeParam.TypeOption _boolean
public static final CodeParam.TypeOption _byte
public static final CodeParam.TypeOption _short
public static final CodeParam.TypeOption _int
public static final CodeParam.TypeOption _long
public static final CodeParam.TypeOption _float
public static final CodeParam.TypeOption _double
public static final CodeParam.TypeOption _char
public static final CodeParam.TypeOption _String
public static final CodeParam.TypeOption _object
public static CodeParam.TypeOption[] values()
for (CodeParam.TypeOption c : CodeParam.TypeOption.values()) System.out.println(c);
public static CodeParam.TypeOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null