public class JDOSetOperation extends Object implements JDOExpressionIF
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPT |
static int |
EXCEPT_ALL |
static int |
INTERSECT |
static int |
INTERSECT_ALL |
protected int |
operator |
protected List |
sets |
static int |
UNION |
static int |
UNION_ALL |
AND, BOOLEAN, CONTAINS, ENDS_WITH, EQUALS, IS_EMPTY, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, STARTS_WITH, VALUE_EXPRESSION
Constructor and Description |
---|
JDOSetOperation(List sets,
int operator) |
Modifier and Type | Method and Description |
---|---|
int |
getOperator() |
List |
getSets() |
int |
getType()
INTERNAL: Returns the type of JDO expression indicated by one of
the constants in the
JDOExpressionIF interface. |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
public static final int UNION
public static final int UNION_ALL
public static final int INTERSECT
public static final int INTERSECT_ALL
public static final int EXCEPT
public static final int EXCEPT_ALL
protected List sets
protected int operator
public JDOSetOperation(List sets, int operator)
public int getOperator()
public List getSets()
public int getType()
JDOExpressionIF
JDOExpressionIF
interface.getType
in interface JDOExpressionIF
public void visit(JDOVisitorIF visitor)
JDOExpressionIF
visit
in interface JDOExpressionIF