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