Package org.mvel2
Interface DataTypes
-
public interface DataTypes
Contains constants for standard internal types.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BIG_DECIMAL
static int
BIG_INTEGER
static int
BOOLEAN
static int
BYTE
static int
CHAR
static int
COLLECTION
static int
DOUBLE
static int
EMPTY
static int
FLOAT
static int
INTEGER
static int
LONG
static int
NULL
static int
OBJECT
static int
SHORT
static int
STRING
static int
UNIT
static int
W_BOOLEAN
static int
W_BYTE
static int
W_CHAR
static int
W_DOUBLE
static int
W_FLOAT
static int
W_INTEGER
static int
W_LONG
static int
W_SHORT
-
-
-
Field Detail
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
OBJECT
static final int OBJECT
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- 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
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
- See Also:
- Constant Field Values
-
W_BOOLEAN
static final int W_BOOLEAN
- See Also:
- Constant Field Values
-
COLLECTION
static final int COLLECTION
- See Also:
- Constant Field Values
-
W_SHORT
static final int W_SHORT
- See Also:
- Constant Field Values
-
W_INTEGER
static final int W_INTEGER
- See Also:
- Constant Field Values
-
W_LONG
static final int W_LONG
- See Also:
- Constant Field Values
-
W_FLOAT
static final int W_FLOAT
- See Also:
- Constant Field Values
-
W_DOUBLE
static final int W_DOUBLE
- See Also:
- Constant Field Values
-
W_CHAR
static final int W_CHAR
- See Also:
- Constant Field Values
-
W_BYTE
static final int W_BYTE
- See Also:
- Constant Field Values
-
BIG_DECIMAL
static final int BIG_DECIMAL
- See Also:
- Constant Field Values
-
BIG_INTEGER
static final int BIG_INTEGER
- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
- See Also:
- Constant Field Values
-
UNIT
static final int UNIT
- See Also:
- Constant Field Values
-
-