@Exported
public interface ConditionExpression
Condition
.
The ConditionExpression contains an attribute name, an operation type (OpTypeEnum), a list of values and
some properties associated with the expression.Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the name of the Attribute on which this condition is based on.
|
OpTypeEnum |
getOpType()
Returns the Operation type enumeration for this condition.
|
QueryProperties |
getProperties()
Returns properties associated with the condition.
|
List |
getValues()
Returns the values associated with the condition.
|
String getAttributeName()
OpTypeEnum getOpType()
List getValues()
QueryProperties getProperties()