public static enum ApiParamExtended.DataType extends Enum<ApiParamExtended.DataType>
Enum Constant and Description |
---|
BOOLEAN |
BYTE |
DATE |
DATETIME |
DOUBLE |
FLOAT |
INTEGER |
LONG |
STRING |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ApiParamExtended.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiParamExtended.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiParamExtended.DataType STRING
public static final ApiParamExtended.DataType INTEGER
public static final ApiParamExtended.DataType DATE
public static final ApiParamExtended.DataType BOOLEAN
public static final ApiParamExtended.DataType LONG
public static final ApiParamExtended.DataType FLOAT
public static final ApiParamExtended.DataType DOUBLE
public static final ApiParamExtended.DataType BYTE
public static final ApiParamExtended.DataType DATETIME
public static ApiParamExtended.DataType[] values()
for (ApiParamExtended.DataType c : ApiParamExtended.DataType.values()) System.out.println(c);
public static ApiParamExtended.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 String toString()
toString
in class Enum<ApiParamExtended.DataType>
Copyright © 2018. All rights reserved.