Interface ConditionValue
-
- All Known Implementing Classes:
AbstractConditionValue,DefaultConditionValue,SimpleConditionValue
public interface ConditionValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatorgetOperator()java.util.List<java.lang.Object>getValues()booleanisLinkedByOR()
-
-
-
Method Detail
-
getValues
java.util.List<java.lang.Object> getValues()
-
getOperator
Operator getOperator()
-
isLinkedByOR
boolean isLinkedByOR()
-
-