org.jboss.messaging.util
Class DataConstants

java.lang.Object
  extended by org.jboss.messaging.util.DataConstants

public class DataConstants
extends java.lang.Object

A DataConstants

Author:
Tim Fox

Field Summary
static byte BOOLEAN
           
static byte BYTE
           
static byte BYTES
           
static byte CHAR
           
static byte DOUBLE
           
static byte FALSE
           
static byte FLOAT
           
static byte INT
           
static byte LONG
           
static byte NOT_NULL
           
static byte NULL
           
static byte SHORT
           
static int SIZE_BOOLEAN
           
static int SIZE_BYTE
           
static int SIZE_CHAR
           
static int SIZE_DOUBLE
           
static int SIZE_FLOAT
           
static int SIZE_INT
           
static int SIZE_LONG
           
static int SIZE_SHORT
           
static byte STRING
           
static byte TRUE
           
 
Constructor Summary
DataConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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
Constructor Detail

DataConstants

public DataConstants()


Copyright © 2006 JBoss Inc. All Rights Reserved.