public enum DataTypeWrapper extends Enum<DataTypeWrapper>
DataType| Enum Constant and Description |
|---|
Boolean |
GeoJSON |
Number |
String |
Text |
Time |
Time_Interval |
Times_ListOf |
| Modifier and Type | Method and Description |
|---|---|
String |
value()
Value as String.
|
static DataTypeWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeWrapper String
public static final DataTypeWrapper Time
public static final DataTypeWrapper Time_Interval
public static final DataTypeWrapper Times_ListOf
public static final DataTypeWrapper Text
public static final DataTypeWrapper Boolean
public static final DataTypeWrapper Number
public static final DataTypeWrapper GeoJSON
public static DataTypeWrapper[] values()
for (DataTypeWrapper c : DataTypeWrapper.values()) System.out.println(c);
public static DataTypeWrapper 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 value()
Copyright © 2017. All Rights Reserved.