Interface ISingleConditionProviding
- All Known Implementing Classes:
SingleCondition
public interface ISingleConditionProviding
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getMatchCondition
EMatchCondition getMatchCondition() -
getMatchOperandLhs
String getMatchOperandLhs() -
getMatchOperandRhs
String getMatchOperandRhs() -
getVariableName
String getVariableName() -
isShowMatchOperandRhs
boolean isShowMatchOperandRhs()
-