public final class CustomWrapperSimpleCondition extends CustomWrapperCondition
CustomWrapperExpressionAND, 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 |
|---|
CustomWrapperSimpleCondition(CustomWrapperExpression field,
String operator,
CustomWrapperExpression[] rightExpressions)
Creates a new simple condition.
|
| Modifier and Type | Method and Description |
|---|---|
CustomWrapperExpression |
getField() |
String |
getOperator() |
CustomWrapperExpression[] |
getRightExpression() |
protected int |
getType() |
String |
toString() |
isAndCondition, isNotCondition, isOrCondition, isSimpleConditionpublic CustomWrapperSimpleCondition(CustomWrapperExpression field, String operator, CustomWrapperExpression[] rightExpressions)
Users do not need to instantiate this class.
field - the left expression of the condition.operator - operator of the condition.rightExpressions - the right expression of the condition.CustomWrapperExpressionpublic CustomWrapperExpression getField()
CustomWrapperExpression for more details.public CustomWrapperExpression[] getRightExpression()
CustomWrapperExpression for more details.public String getOperator()
CustomWrapperCondition.OPERATOR_EQCustomWrapperCondition.OPERATOR_LTCustomWrapperCondition.OPERATOR_LECustomWrapperCondition.OPERATOR_GTCustomWrapperCondition.OPERATOR_GECustomWrapperCondition.OPERATOR_NECustomWrapperCondition.OPERATOR_INCustomWrapperCondition.OPERATOR_BETWEENCustomWrapperCondition.OPERATOR_ISNULLCustomWrapperCondition.OPERATOR_ISNOTNULLCustomWrapperCondition.OPERATOR_LIKECustomWrapperCondition.OPERATOR_REGEXPLIKECustomWrapperCondition.OPERATOR_ISCONTAINED (deprecated)CustomWrapperCondition.OPERATOR_ISSIMILARTOCustomWrapperCondition.OPERATOR_ISTRUECustomWrapperCondition.OPERATOR_ISFALSEprotected int getType()
getType in class CustomWrapperConditionCustomWrapperCondition.SIMPLECopyright © 2024 Denodo Technologies. All rights reserved.