public static class SerialFieldType.Bits extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_CUSTOM_OBJECT |
static int |
FLAG_DATE |
static int |
FLAG_DECIMAL |
static int |
FLAG_INT |
static int |
FLAG_SEQUENCE |
static int |
FLAG_SERIAL_OBJECT |
static int |
FLAG_SHORT_STRING |
static int |
FLAG_STRING |
static int |
FLAG_TIME |
static int |
FLAG_WIDE_DECIMAL |
static int |
ID_BYTE |
static int |
ID_BYTE_ARRAY |
static int |
ID_COMPACT_INT |
static int |
ID_INT |
static int |
ID_SHORT |
static int |
ID_UTF_CHAR |
static int |
ID_UTF_CHAR_ARRAY |
static int |
ID_VOID |
static int |
MAX_TYPE_ID
Max type id that is supported now for plain field types.
|
static int |
MIN_TYPE_ID
Min type id that is supported now for plain field types.
|
static int |
REPRESENTATION_MASK
Masks representation bits of type id (encodes details of representation of the field value in the code).
|
static int |
SERIAL_TYPE_MASK
This mask should be used to check if two types are equal in terms of their serial representations.
|
public static final int REPRESENTATION_MASK
public static final int SERIAL_TYPE_MASK
REPRESENTATION_MASK
are used for representation information.public static final int MIN_TYPE_ID
MIN_TYPE_ID
to MAX_TYPE_ID
can have additional information attached
to them in the future, and the code should not attempt to parse their descriptions without knowing them.public static final int MAX_TYPE_ID
MIN_TYPE_ID
to MAX_TYPE_ID
can have additional information attached
to them in the future, and the code should not attempt to parse their descriptions without knowing them.public static final int ID_VOID
public static final int ID_BYTE
public static final int ID_UTF_CHAR
public static final int ID_SHORT
public static final int ID_INT
public static final int ID_COMPACT_INT
public static final int ID_BYTE_ARRAY
public static final int ID_UTF_CHAR_ARRAY
public static final int FLAG_INT
public static final int FLAG_DECIMAL
public static final int FLAG_SHORT_STRING
public static final int FLAG_TIME
public static final int FLAG_SEQUENCE
public static final int FLAG_DATE
public static final int FLAG_WIDE_DECIMAL
public static final int FLAG_STRING
public static final int FLAG_CUSTOM_OBJECT
public static final int FLAG_SERIAL_OBJECT
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.