com.sun.jdo.spi.persistence.utility
Interface FieldTypeEnumeration
public interface FieldTypeEnumeration
NOT_ENUMERATED
static final int NOT_ENUMERATED
- See Also:
- Constant Field Values
BOOLEAN_PRIMITIVE
static final int BOOLEAN_PRIMITIVE
- See Also:
- Constant Field Values
CHARACTER_PRIMITIVE
static final int CHARACTER_PRIMITIVE
- See Also:
- Constant Field Values
BYTE_PRIMITIVE
static final int BYTE_PRIMITIVE
- See Also:
- Constant Field Values
SHORT_PRIMITIVE
static final int SHORT_PRIMITIVE
- See Also:
- Constant Field Values
INTEGER_PRIMITIVE
static final int INTEGER_PRIMITIVE
- See Also:
- Constant Field Values
LONG_PRIMITIVE
static final int LONG_PRIMITIVE
- See Also:
- Constant Field Values
FLOAT_PRIMITIVE
static final int FLOAT_PRIMITIVE
- See Also:
- Constant Field Values
DOUBLE_PRIMITIVE
static final int DOUBLE_PRIMITIVE
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
CHARACTER
static final int CHARACTER
- See Also:
- Constant Field Values
BYTE
static final int BYTE
- See Also:
- Constant Field Values
SHORT
static final int SHORT
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
BIGDECIMAL
static final int BIGDECIMAL
- See Also:
- Constant Field Values
BIGINTEGER
static final int BIGINTEGER
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
UTIL_DATE
static final int UTIL_DATE
- See Also:
- Constant Field Values
SQL_DATE
static final int SQL_DATE
- See Also:
- Constant Field Values
SQL_TIME
static final int SQL_TIME
- See Also:
- Constant Field Values
SQL_TIMESTAMP
static final int SQL_TIMESTAMP
- See Also:
- Constant Field Values
ARRAY_BYTE_PRIMITIVE
static final int ARRAY_BYTE_PRIMITIVE
- See Also:
- Constant Field Values
Copyright © 2012 GlassFish Community. All Rights Reserved.