public interface IDfValueRangeAttrExpression extends IDfAttrExpression
Modifier and Type | Field and Description |
---|---|
static int |
SEARCH_OP_BETWEEN
Search operation code: between a minimum and maximum value (included).
|
SEARCH_OP_UNDEFINED
DATE_FORMAT_DEFAULT, EXPR_TYPE_FULLTEXT, EXPR_TYPE_MLT, EXPR_TYPE_RELATIVE_DATE, EXPR_TYPE_SET, EXPR_TYPE_SIMPLE_ATTR, EXPR_TYPE_UNDEFINED, EXPR_TYPE_VALUE_LIST_ATTR, EXPR_TYPE_VALUE_RANGE_ATTR
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromValue()
Gets the minimum value of the range (included).
|
java.lang.String |
getToValue()
Gets the maximum value of the range (included).
|
getAttrName, getSearchOperation, getSearchOperationCode, getValueDataType, isCaseSensitive, isRepeated
acceptVisitor, getDateFormat, getExpressionType, setDateFormat
static final int SEARCH_OP_BETWEEN
Copyright 1994-2023 OpenText Corporation. All rights reserved.