Interface ISingleConditionProviding
-
- All Known Implementing Classes:
SingleCondition
public interface ISingleConditionProviding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMatchCondition
getMatchCondition()
String
getMatchOperandLhs()
String
getMatchOperandRhs()
String
getVariableName()
boolean
isShowMatchOperandRhs()
-
-
-
Method Detail
-
getMatchCondition
EMatchCondition getMatchCondition()
-
getMatchOperandLhs
String getMatchOperandLhs()
-
getMatchOperandRhs
String getMatchOperandRhs()
-
getVariableName
String getVariableName()
-
isShowMatchOperandRhs
boolean isShowMatchOperandRhs()
-
-