public final class CustomWrapperAndCondition 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 |
---|
CustomWrapperAndCondition(List<CustomWrapperCondition> conditions)
Creates a new AND condition.
|
Modifier and Type | Method and Description |
---|---|
void |
addCondition(CustomWrapperCondition condition)
Adds a condition to the AND condition.
|
List<CustomWrapperCondition> |
getConditions() |
protected int |
getType() |
String |
toString() |
isAndCondition, isNotCondition, isOrCondition, isSimpleCondition
public CustomWrapperAndCondition(List<CustomWrapperCondition> conditions)
Users do not need to instantiate this class.
conditions
- a list of conditions to be added to the AND 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 CustomWrapperCondition
CustomWrapperCondition.AND
Copyright © 2023 Denodo Technologies. All rights reserved.