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 Operator
getOperator()
java.util.List<java.lang.Object>
getValues()
boolean
isLinkedByOR()
-
-
-
Method Detail
-
getValues
java.util.List<java.lang.Object> getValues()
-
getOperator
Operator getOperator()
-
isLinkedByOR
boolean isLinkedByOR()
-
-