|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This base interface exposes metadata for data primitives
| Field Summary | |
static int |
PRIMITIVE_TYPE_BIGDECIMAL
Constant indicating the primitive is of type big decimal |
static int |
PRIMITIVE_TYPE_BOOLEAN
Constant indicating the primitive is of type boolean |
static int |
PRIMITIVE_TYPE_BYTE
Constant indicating the primitive is of type byte |
static int |
PRIMITIVE_TYPE_CHAR
Constant indicating the primitive is of type char |
static int |
PRIMITIVE_TYPE_DATE
Constant indicating the primitive is of type date |
static int |
PRIMITIVE_TYPE_DOUBLE
Constant indicating the primitive is of type double |
static int |
PRIMITIVE_TYPE_ENUMERATION
Constant indicating the primitive is of type enumeration |
static int |
PRIMITIVE_TYPE_FLOAT
Constant indicating the primitive is of type float |
static int |
PRIMITIVE_TYPE_INT
Constant indicating the primitive is of type int |
static int |
PRIMITIVE_TYPE_LONG
Constant indicating the primitive is of type long |
static int |
PRIMITIVE_TYPE_NUMBER
Constant indicating the primitive is of type number |
static int |
PRIMITIVE_TYPE_SHORT
Constant indicating the primitive is of type short |
static int |
PRIMITIVE_TYPE_STRING
Constant indicating the primitive is of type string |
static int |
PRIMITIVE_TYPE_TIME
Constant indicating the primitive is of type time |
static int |
PRIMITIVE_TYPE_UNKNOWN
Constant indicating the type of the primitive is unknown |
| Method Summary | |
java.util.Set |
retrieveOperators()
Return all the operators supported by this primitive |
java.lang.String |
retrievePrimitiveDescription()
Return a short description of this data type. |
int |
retrievePrimitiveTypeCode()
Returns the type code of the primitive, |
| Field Detail |
public static final int PRIMITIVE_TYPE_UNKNOWN
public static final int PRIMITIVE_TYPE_BOOLEAN
public static final int PRIMITIVE_TYPE_BYTE
public static final int PRIMITIVE_TYPE_CHAR
public static final int PRIMITIVE_TYPE_SHORT
public static final int PRIMITIVE_TYPE_INT
public static final int PRIMITIVE_TYPE_LONG
public static final int PRIMITIVE_TYPE_FLOAT
public static final int PRIMITIVE_TYPE_DOUBLE
public static final int PRIMITIVE_TYPE_NUMBER
public static final int PRIMITIVE_TYPE_STRING
public static final int PRIMITIVE_TYPE_DATE
public static final int PRIMITIVE_TYPE_BIGDECIMAL
public static final int PRIMITIVE_TYPE_ENUMERATION
public static final int PRIMITIVE_TYPE_TIME
| Method Detail |
public int retrievePrimitiveTypeCode()
public java.lang.String retrievePrimitiveDescription()
public java.util.Set retrieveOperators()
IOperator supported by the primitive
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||