public final class CustomWrapperOrCondition extends CustomWrapperCondition
AND, NOT, OPERATOR_BETWEEN, OPERATOR_CONTAINS, OPERATOR_CONTAINSAND, OPERATOR_CONTAINSOR, OPERATOR_EQ, OPERATOR_GE, OPERATOR_GT, OPERATOR_IN, OPERATOR_ISCONTAINED, OPERATOR_ISFALSE, OPERATOR_ISNOTNULL, OPERATOR_ISNULL, OPERATOR_ISSIMILARTO, OPERATOR_ISTRUE, OPERATOR_LE, OPERATOR_LIKE, OPERATOR_LT, OPERATOR_NE, OPERATOR_REGEXPLIKE, OR, SIMPLE| Constructor and Description |
|---|
CustomWrapperOrCondition(LinkedList<CustomWrapperCondition> conditionsList)
Creates a new OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCondition(CustomWrapperCondition condition)
Adds a condition to the OR condition.
|
List<CustomWrapperCondition> |
getConditions() |
protected int |
getType() |
String |
toString() |
isAndCondition, isNotCondition, isOrCondition, isSimpleConditionpublic CustomWrapperOrCondition(LinkedList<CustomWrapperCondition> conditionsList)
Users do not need to instantiate this class.
conditionsList - conditions to be added to the OR condition.public void addCondition(CustomWrapperCondition condition)
Users do not need to use this method.
condition - the condition to be added.public List<CustomWrapperCondition> getConditions()
protected int getType()
getType in class CustomWrapperConditionCustomWrapperCondition.ORCopyright © 2024 Denodo Technologies. All rights reserved.