Class DataConstants
java.lang.Object
org.apache.activemq.artemis.utils.DataConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIZE_INT
public static final int SIZE_INT- See Also:
-
SIZE_BOOLEAN
public static final int SIZE_BOOLEAN- See Also:
-
SIZE_LONG
public static final int SIZE_LONG- See Also:
-
SIZE_BYTE
public static final int SIZE_BYTE- See Also:
-
SIZE_SHORT
public static final int SIZE_SHORT- See Also:
-
SIZE_DOUBLE
public static final int SIZE_DOUBLE- See Also:
-
SIZE_FLOAT
public static final int SIZE_FLOAT- See Also:
-
SIZE_CHAR
public static final int SIZE_CHAR- See Also:
-
SIZE_NULL
public static final int SIZE_NULL- See Also:
-
TRUE
public static final byte TRUE- See Also:
-
FALSE
public static final byte FALSE- See Also:
-
NULL
public static final byte NULL- See Also:
-
NOT_NULL
public static final byte NOT_NULL- See Also:
-
BOOLEAN
public static final byte BOOLEAN- See Also:
-
BYTE
public static final byte BYTE- See Also:
-
BYTES
public static final byte BYTES- See Also:
-
SHORT
public static final byte SHORT- See Also:
-
INT
public static final byte INT- See Also:
-
LONG
public static final byte LONG- See Also:
-
FLOAT
public static final byte FLOAT- See Also:
-
DOUBLE
public static final byte DOUBLE- See Also:
-
STRING
public static final byte STRING- See Also:
-
CHAR
public static final byte CHAR- See Also:
-
-
Constructor Details
-
DataConstants
public DataConstants()
-