public enum WebSocketJavaType extends Enum<WebSocketJavaType>
| Enum Constant and Description |
|---|
ARRAY |
BIGDECIMAL |
BLOB |
BOOLEAN |
BTYE |
CLOB |
DATE |
DOUBLE |
FLOAT |
INTEGER |
INVALID
Invalid data type
|
LIST |
MAP |
SHORT |
STRING |
TIME |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataType() |
static WebSocketJavaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketJavaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebSocketJavaType INVALID
public static final WebSocketJavaType BTYE
public static final WebSocketJavaType SHORT
public static final WebSocketJavaType INTEGER
public static final WebSocketJavaType FLOAT
public static final WebSocketJavaType DOUBLE
public static final WebSocketJavaType BIGDECIMAL
public static final WebSocketJavaType BOOLEAN
public static final WebSocketJavaType STRING
public static final WebSocketJavaType DATE
public static final WebSocketJavaType TIME
public static final WebSocketJavaType TIMESTAMP
public static final WebSocketJavaType BLOB
public static final WebSocketJavaType CLOB
public static final WebSocketJavaType ARRAY
public static final WebSocketJavaType LIST
public static final WebSocketJavaType MAP
public static WebSocketJavaType[] values()
for (WebSocketJavaType c : WebSocketJavaType.values()) System.out.println(c);
public static WebSocketJavaType 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 int getDataType()
Copyright © 2013. All Rights Reserved.