public class PredicateExpression extends Object implements IASTObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PredicateExpression.Operator |
| Constructor and Description |
|---|
PredicateExpression(IPredicateOperand1 value_1,
boolean inColl) |
PredicateExpression(IPredicateOperand1 value_1,
IASTObjectsContainer astObjectsContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNegation() |
PredicateExpression |
createCopy() |
int |
getNegationCount() |
PredicateExpression.Operator |
getOperator() |
DomainObjectMatch<?> |
getStartDOM() |
IPredicateOperand1 |
getValue_1() |
Object |
getValue_2() |
boolean |
isInCollectionExpression() |
boolean |
isPartOfCount() |
void |
setInCollectionExpression(boolean inCollectionExpression) |
void |
setOperator(PredicateExpression.Operator operator) |
void |
setPartOfCount(boolean partOfCount) |
void |
setValue_1(IPredicateOperand1 value_1) |
void |
setValue_2(Object value_2) |
String |
toString() |
public PredicateExpression(IPredicateOperand1 value_1, IASTObjectsContainer astObjectsContainer)
public PredicateExpression(IPredicateOperand1 value_1, boolean inColl)
public PredicateExpression.Operator getOperator()
public void setOperator(PredicateExpression.Operator operator)
public DomainObjectMatch<?> getStartDOM()
public IPredicateOperand1 getValue_1()
public void setValue_1(IPredicateOperand1 value_1)
public Object getValue_2()
public void setValue_2(Object value_2)
public void addNegation()
public int getNegationCount()
public boolean isInCollectionExpression()
public void setInCollectionExpression(boolean inCollectionExpression)
public boolean isPartOfCount()
public void setPartOfCount(boolean partOfCount)
public PredicateExpression createCopy()
Copyright © 2016. All rights reserved.