Class CustomWrapperNotCondition
java.lang.Object
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
Defines a NOT condition in terms of an encapsulated condition:
NOT MY_CONDITION
-
Field Summary
Fields inherited from class com.denodo.vdb.engine.customwrapper.condition.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 Summary
ConstructorsConstructorDescriptionCustomWrapperNotCondition
(CustomWrapperCondition condition) Creates a new NOT condition. -
Method Summary
Modifier and TypeMethodDescriptionprotected int
getType()
void
setCondition
(CustomWrapperCondition condition) Users do not need to use this method.toString()
Methods inherited from class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
isAndCondition, isNotCondition, isOrCondition, isSimpleCondition
-
Constructor Details
-
CustomWrapperNotCondition
Creates a new NOT condition.Users do not need to instantiate this class.
- Parameters:
condition
- the condition encapsulated in the NOT condition.
-
-
Method Details
-
getCondition
- Returns:
- the condition encapsulated in this NOT condition.
-
setCondition
Users do not need to use this method.- Parameters:
condition
- the condition encapsulated in this NOT condition.
-
getType
protected int getType()- Specified by:
getType
in classCustomWrapperCondition
- Returns:
CustomWrapperCondition.NOT
-
toString
-