public interface IDfAttrExpression extends IDfExpression
Modifier and Type | Field and Description |
---|---|
static int |
SEARCH_OP_UNDEFINED
Search operation code: no operation defined.
|
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 |
getAttrName()
Gets the attribute name.
|
java.lang.String |
getSearchOperation()
Gets the string representation of the search operation.
|
int |
getSearchOperationCode()
Gets the code of the search operation.
|
int |
getValueDataType()
Gets the data type of the value.
|
boolean |
isCaseSensitive()
Indicates whether the search operation is case sensitive.
|
boolean |
isRepeated()
Indicates whether the attribute is repeated.
|
acceptVisitor, getDateFormat, getExpressionType, setDateFormat
static final int SEARCH_OP_UNDEFINED
java.lang.String getAttrName()
int getValueDataType()
IDfValue
).IDfValue.DF_STRING
,
IDfValue.DF_ID
,
IDfValue.DF_INTEGER
,
IDfValue.DF_BOOLEAN
,
IDfValue.DF_DOUBLE
,
IDfValue.DF_TIME
int getSearchOperationCode()
IDfAttrExpression
and
IDfSimpleAttrExpression
).SEARCH_OP_UNDEFINED
,
IDfSimpleAttrExpression.SEARCH_OP_CONTAINS
,
IDfValueListAttrExpression.SEARCH_OP_IN
,
IDfValueRangeAttrExpression.SEARCH_OP_BETWEEN
java.lang.String getSearchOperation()
boolean isCaseSensitive()
true
if the search operation is case sensitive; false
otherwise.boolean isRepeated()
true
if the attribute is repeated; false
otherwise.Copyright 1994-2023 OpenText Corporation. All rights reserved.