public interface IDfValueListAttrExpression extends IDfAttrExpression
Modifier and Type | Field and Description |
---|---|
static int |
SEARCH_OP_IN
Search operation code: included in.
|
static int |
SEARCH_OP_NOT_IN
Search operation code: not included in.
|
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 |
---|---|
void |
addValue(java.lang.String value)
Adds a value to the list.
|
void |
addValueList(IDfList valueList)
Adds a set of values to the list.
|
int |
getValueCount()
Gets the number of possible values.
|
IDfEnumeration |
getValues()
Gets all the possible values.
|
getAttrName, getSearchOperation, getSearchOperationCode, getValueDataType, isCaseSensitive, isRepeated
acceptVisitor, getDateFormat, getExpressionType, setDateFormat
static final int SEARCH_OP_IN
static final int SEARCH_OP_NOT_IN
int getValueCount()
IDfEnumeration getValues()
void addValue(java.lang.String value)
value
- The value to add.void addValueList(IDfList valueList)
valueList
- The set of values to add (IDfList of String).Copyright 1994-2023 OpenText Corporation. All rights reserved.