|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines some useful constants for describing the various possible numeric types of OGNL.
Field Summary | |
static int |
BIGDEC
Type tag meaning java.math.BigDecimal. |
static int |
BIGINT
Type tag meaning java.math.BigInteger. |
static int |
BOOL
Type tag meaning boolean. |
static int |
BYTE
Type tag meaning byte. |
static int |
CHAR
Type tag meaning char. |
static int |
DOUBLE
Type tag meaning double. |
static int |
FLOAT
Type tag meaning float. |
static int |
INT
Type tag meaning int. |
static int |
LONG
Type tag meaning long. |
static int |
MIN_REAL_TYPE
The smallest type tag that represents reals as opposed to integers. |
static int |
NONNUMERIC
Type tag meaning something other than a number. |
static int |
SHORT
Type tag meaning short. |
Field Detail |
public static final int BOOL
public static final int BYTE
public static final int CHAR
public static final int SHORT
public static final int INT
public static final int LONG
public static final int BIGINT
public static final int FLOAT
public static final int DOUBLE
public static final int BIGDEC
public static final int NONNUMERIC
public static final int MIN_REAL_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |