|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionType
The ExpressionType interface lists all the possible type of filter. Should be replaced by a type safe enum when we move to Java 1.5
Field Summary | |
---|---|
static short |
ATTRIBUTE
Defines an attribute expression with a declared string type. |
static short |
ATTRIBUTE_DOUBLE
Defines an attribute expression with a declared double type. |
static short |
ATTRIBUTE_GEOMETRY
Defines an attribute expression with a declared string type. |
static short |
ATTRIBUTE_INTEGER
Defines an attribute expression with a declared integer type. |
static short |
ATTRIBUTE_STRING
Defines an attribute expression with a declared string type. |
static short |
ATTRIBUTE_UNDECLARED
Defines an attribute expression with a declared string type. |
static short |
FUNCTION
Defines a function expression |
static short |
LITERAL_DOUBLE
Defines a literal expression with a declared double type. |
static short |
LITERAL_GEOMETRY
Defines a literal expression with a declared geometry type. |
static short |
LITERAL_INTEGER
Defines a literal expression with a declared integer type. |
static short |
LITERAL_LONG
Defines a literal expression with a declared long type. |
static short |
LITERAL_STRING
Defines a literal expression with a declared string type. |
static short |
LITERAL_UNDECLARED
Defines a literal expression with an undeclared type. |
static short |
MATH_ADD
Defines a math expression for adding. |
static short |
MATH_DIVIDE
Defines a math expression for dividing. |
static short |
MATH_MULTIPLY
Defines a math expression for multiplying. |
static short |
MATH_SUBTRACT
Defines a math expression for subtracting. |
Field Detail |
---|
static final short LITERAL_UNDECLARED
static final short LITERAL_DOUBLE
static final short LITERAL_INTEGER
static final short LITERAL_STRING
static final short LITERAL_GEOMETRY
static final short LITERAL_LONG
static final short MATH_ADD
static final short MATH_SUBTRACT
static final short MATH_MULTIPLY
static final short MATH_DIVIDE
static final short ATTRIBUTE_DOUBLE
static final short ATTRIBUTE_INTEGER
static final short ATTRIBUTE_STRING
static final short ATTRIBUTE_GEOMETRY
static final short ATTRIBUTE_UNDECLARED
static final short ATTRIBUTE
static final short FUNCTION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |