public static enum ParamPOJO.DataType extends Enum<ParamPOJO.DataType>
| Modifier and Type | Method and Description |
|---|---|
static ParamPOJO.DataType |
getValueFor(String value) |
static ParamPOJO.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamPOJO.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParamPOJO.DataType STRING
public static final ParamPOJO.DataType INTEGER
public static final ParamPOJO.DataType NUMBER
public static ParamPOJO.DataType[] values()
for (ParamPOJO.DataType c : ParamPOJO.DataType.values()) System.out.println(c);
public static ParamPOJO.DataType 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 static ParamPOJO.DataType getValueFor(String value)
Copyright © 2016. All rights reserved.