public interface BinaryComparisonOp extends ComparisonOps
Modifier and Type | Method and Description |
---|---|
MatchAction |
getMatchAction()
Gets the matchAction property
|
boolean |
getMatchCase()
Gets the matchCase property
|
Expression |
getOperand1()
Gets 1st operand property
|
Expression |
getOperand2()
Gets 2nd operand property
|
boolean |
isSetMatchAction()
Checks if matchAction is set
|
boolean |
isSetMatchCase()
Checks if matchCase is set
|
void |
setMatchAction(MatchAction matchAction)
Sets the matchAction property
|
void |
setMatchCase(boolean matchCase)
Sets the matchCase property
|
void |
setOperand1(Expression exp)
Sets 1st operand property
|
void |
setOperand2(Expression exp)
Sets 2nd operand property
|
void |
unSetMatchCase()
Unsets the matchCase property
|
Expression getOperand1()
void setOperand1(Expression exp)
Expression getOperand2()
void setOperand2(Expression exp)
boolean getMatchCase()
boolean isSetMatchCase()
void setMatchCase(boolean matchCase)
void unSetMatchCase()
MatchAction getMatchAction()
boolean isSetMatchAction()
void setMatchAction(MatchAction matchAction)
Copyright © 2016 Sensia Software LLC. All rights reserved.