Package org.mvel2
Interface DataTypes
-
public interface DataTypesContains constants for standard internal types.
-
-
Field Summary
Fields Modifier and Type Field Description static intBIG_DECIMALstatic intBIG_INTEGERstatic intBOOLEANstatic intBYTEstatic intCHARstatic intCOLLECTIONstatic intDOUBLEstatic intEMPTYstatic intFLOATstatic intINTEGERstatic intLONGstatic intNULLstatic intOBJECTstatic intSHORTstatic intSTRINGstatic intUNITstatic intW_BOOLEANstatic intW_BYTEstatic intW_CHARstatic intW_DOUBLEstatic intW_FLOATstatic intW_INTEGERstatic intW_LONGstatic intW_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
-
-