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