public class JDOValueExpression extends Object implements JDOExpressionIF
Modifier and Type | Field and Description |
---|---|
protected JDOValueIF |
value |
AND, BOOLEAN, CONTAINS, ENDS_WITH, EQUALS, IS_EMPTY, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, STARTS_WITH, VALUE_EXPRESSION
Constructor and Description |
---|
JDOValueExpression(JDOValueIF value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getType()
INTERNAL: Returns the type of JDO expression indicated by one of
the constants in the
JDOExpressionIF interface. |
JDOValueIF |
getValue() |
int |
hashCode() |
void |
setValue(JDOValueIF value) |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
protected JDOValueIF value
public JDOValueExpression(JDOValueIF value)
public int getType()
JDOExpressionIF
JDOExpressionIF
interface.getType
in interface JDOExpressionIF
public JDOValueIF getValue()
public void setValue(JDOValueIF value)
public void visit(JDOVisitorIF visitor)
JDOExpressionIF
visit
in interface JDOExpressionIF