public class PbsTypeInfo extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ARRAY |
static byte |
BINARY |
static byte |
BOOLEAN |
static byte |
BOOLEAN_ARRAY |
static byte |
BOOLEAN_WRAPPER |
static byte |
BYTE |
static byte |
BYTE_ARRAY |
static byte |
BYTE_WRAPPER |
static byte |
CHAR |
static byte |
CHAR_ARRAY |
static byte |
CHAR_WRAPPER |
PbsTypeInfo |
componentType |
static byte |
DATE |
static byte |
DECIMAL |
static byte |
DOCUMENT |
static byte |
DOCUMENT_PROPERTIES |
static byte |
DOUBLE |
static byte |
DOUBLE_ARRAY |
static byte |
DOUBLE_WRAPPER |
static byte |
FLOAT |
static byte |
FLOAT_ARRAY |
static byte |
FLOAT_WRAPPER |
static byte |
INTEGER |
static byte |
INTEGER_ARRAY |
static byte |
INTEGER_WRAPPER |
static byte |
LIST_ARRAY |
static byte |
LIST_ARRAY_GENERIC |
static byte |
LIST_CUSTOM_TYPE |
static byte |
LONG |
static byte |
LONG_ARRAY |
static byte |
LONG_WRAPPER |
static byte |
MAP_CUSTOM_TYPE |
static byte |
MAP_HASH |
static byte |
MAP_HASH_GENERIC |
static byte |
MAP_LINKED |
static byte |
MAP_LINKED_GENERIC |
static byte |
MAP_PROPERTIES |
static byte |
MAP_TREE |
static byte |
MAP_TREE_GENERIC |
static byte |
NULL |
static byte |
OBJECT |
static byte |
SHORT |
static byte |
SHORT_ARRAY |
static byte |
SHORT_WRAPPER |
static byte |
STRING |
static byte |
STRING_ARRAY |
byte |
typeCode |
static byte |
UUID |
Modifier and Type | Method and Description |
---|---|
static PbsTypeInfo |
getTypeInfo(byte typeCode) |
static PbsTypeInfo |
getTypeInfo(Object value) |
public static final byte NULL
public static final byte BYTE
public static final byte SHORT
public static final byte INTEGER
public static final byte LONG
public static final byte FLOAT
public static final byte DOUBLE
public static final byte BOOLEAN
public static final byte CHAR
public static final byte BYTE_WRAPPER
public static final byte SHORT_WRAPPER
public static final byte INTEGER_WRAPPER
public static final byte LONG_WRAPPER
public static final byte FLOAT_WRAPPER
public static final byte DOUBLE_WRAPPER
public static final byte BOOLEAN_WRAPPER
public static final byte CHAR_WRAPPER
public static final byte STRING
public static final byte DATE
public static final byte DECIMAL
public static final byte UUID
public static final byte ARRAY
public static final byte OBJECT
public static final byte BINARY
public static final byte BYTE_ARRAY
public static final byte SHORT_ARRAY
public static final byte INTEGER_ARRAY
public static final byte LONG_ARRAY
public static final byte FLOAT_ARRAY
public static final byte DOUBLE_ARRAY
public static final byte BOOLEAN_ARRAY
public static final byte CHAR_ARRAY
public static final byte STRING_ARRAY
public static final byte LIST_CUSTOM_TYPE
public static final byte LIST_ARRAY
public static final byte MAP_CUSTOM_TYPE
public static final byte MAP_HASH
public static final byte MAP_TREE
public static final byte MAP_PROPERTIES
public static final byte MAP_LINKED
public static final byte DOCUMENT_PROPERTIES
public static final byte DOCUMENT
public static final byte LIST_ARRAY_GENERIC
public static final byte MAP_HASH_GENERIC
public static final byte MAP_TREE_GENERIC
public static final byte MAP_LINKED_GENERIC
public final byte typeCode
public final PbsTypeInfo componentType
public static PbsTypeInfo getTypeInfo(Object value)
public static PbsTypeInfo getTypeInfo(byte typeCode)
Copyright © GigaSpaces.