Class DataConstants
- java.lang.Object
-
- org.apache.activemq.artemis.utils.DataConstants
-
public final class DataConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteBOOLEANstatic byteBYTEstatic byteBYTESstatic byteCHARstatic byteDOUBLEstatic byteFALSEstatic byteFLOATstatic byteINTstatic byteLONGstatic byteNOT_NULLstatic byteNULLstatic byteSHORTstatic intSIZE_BOOLEANstatic intSIZE_BYTEstatic intSIZE_CHARstatic intSIZE_DOUBLEstatic intSIZE_FLOATstatic intSIZE_INTstatic intSIZE_LONGstatic intSIZE_NULLstatic intSIZE_SHORTstatic byteSTRINGstatic byteTRUE
-
Constructor Summary
Constructors Constructor Description DataConstants()
-
-
-
Field Detail
-
SIZE_INT
public static final int SIZE_INT
- See Also:
- Constant Field Values
-
SIZE_BOOLEAN
public static final int SIZE_BOOLEAN
- See Also:
- Constant Field Values
-
SIZE_LONG
public static final int SIZE_LONG
- See Also:
- Constant Field Values
-
SIZE_BYTE
public static final int SIZE_BYTE
- See Also:
- Constant Field Values
-
SIZE_SHORT
public static final int SIZE_SHORT
- See Also:
- Constant Field Values
-
SIZE_DOUBLE
public static final int SIZE_DOUBLE
- See Also:
- Constant Field Values
-
SIZE_FLOAT
public static final int SIZE_FLOAT
- See Also:
- Constant Field Values
-
SIZE_CHAR
public static final int SIZE_CHAR
- See Also:
- Constant Field Values
-
SIZE_NULL
public static final int SIZE_NULL
- See Also:
- Constant Field Values
-
TRUE
public static final byte TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final byte FALSE
- See Also:
- Constant Field Values
-
NULL
public static final byte NULL
- See Also:
- Constant Field Values
-
NOT_NULL
public static final byte NOT_NULL
- See Also:
- Constant Field Values
-
BOOLEAN
public static final byte BOOLEAN
- See Also:
- Constant Field Values
-
BYTE
public static final byte BYTE
- See Also:
- Constant Field Values
-
BYTES
public static final byte BYTES
- See Also:
- Constant Field Values
-
SHORT
public static final byte SHORT
- See Also:
- Constant Field Values
-
INT
public static final byte INT
- See Also:
- Constant Field Values
-
LONG
public static final byte LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final byte FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final byte DOUBLE
- See Also:
- Constant Field Values
-
STRING
public static final byte STRING
- See Also:
- Constant Field Values
-
CHAR
public static final byte CHAR
- See Also:
- Constant Field Values
-
-