public static enum Types.DataType extends java.lang.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 |
|---|---|
java.lang.String |
toString() |
static Types.DataType |
valueof(java.lang.String javaType) |
static Types.DataType |
valueOf(java.lang.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(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 nullpublic static Types.DataType valueof(java.lang.String javaType)
public java.lang.String toString()
toString in class java.lang.Enum<Types.DataType>Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.