public final class CustomWrapperNotCondition 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 |
|---|
CustomWrapperNotCondition(CustomWrapperCondition condition)
Creates a new NOT condition.
|
| Modifier and Type | Method and Description |
|---|---|
CustomWrapperCondition |
getCondition() |
protected int |
getType() |
void |
setCondition(CustomWrapperCondition condition)
Users do not need to use this method.
|
String |
toString() |
isAndCondition, isNotCondition, isOrCondition, isSimpleConditionpublic CustomWrapperNotCondition(CustomWrapperCondition condition)
Users do not need to instantiate this class.
condition - the condition encapsulated in the NOT condition.public CustomWrapperCondition getCondition()
public void setCondition(CustomWrapperCondition condition)
condition - the condition encapsulated in this NOT condition.protected int getType()
getType in class CustomWrapperConditionCustomWrapperCondition.NOTCopyright © 2024 Denodo Technologies. All rights reserved.