public interface JDOExpressionIF
Modifier and Type | Field and Description |
---|---|
static int |
AND
INTERNAL: Constant referring to the
JDOAnd class. |
static int |
BOOLEAN
INTERNAL: Constant referring to the
JDOBoolean class. |
static int |
CONTAINS
INTERNAL: Constant referring to the
JDOContains class. |
static int |
ENDS_WITH
INTERNAL: Constant referring to the
JDOEndsWith class. |
static int |
EQUALS
INTERNAL: Constant referring to the
JDOEquals class. |
static int |
IS_EMPTY
INTERNAL: Constant referring to the
JDOIsEmpty class. |
static int |
LIKE
INTERNAL: Constant referring to the
JDOLike class. |
static int |
NOT
INTERNAL: Constant referring to the
JDONot class. |
static int |
NOT_EQUALS
INTERNAL: Constant referring to the
JDONotEquals class. |
static int |
OR
INTERNAL: Constant referring to the
JDOOr class. |
static int |
SET_OPERATION
INTERNAL: Constant referring to the
JDOSetOperation class. |
static int |
STARTS_WITH
INTERNAL: Constant referring to the
JDOStartsWith class. |
static int |
VALUE_EXPRESSION
INTERNAL: Constant referring to the
JDOValueExpression class. |
Modifier and Type | Method and Description |
---|---|
int |
getType()
INTERNAL: Returns the type of JDO expression indicated by one of
the constants in the
JDOExpressionIF interface. |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
static final int AND
JDOAnd
class.static final int OR
JDOOr
class.static final int NOT
JDONot
class.static final int BOOLEAN
JDOBoolean
class.static final int VALUE_EXPRESSION
JDOValueExpression
class.static final int EQUALS
JDOEquals
class.static final int NOT_EQUALS
JDONotEquals
class.static final int CONTAINS
JDOContains
class.static final int IS_EMPTY
JDOIsEmpty
class.static final int STARTS_WITH
JDOStartsWith
class.static final int ENDS_WITH
JDOEndsWith
class.static final int LIKE
JDOLike
class.static final int SET_OPERATION
JDOSetOperation
class.int getType()
JDOExpressionIF
interface.void visit(JDOVisitorIF visitor)