com.fatwire.assetapi.query
Interface ConditionExpression

All Known Implementing Classes:
ConditionExpressionImpl

public interface ConditionExpression

This interface represents an expression associated with a Condition. The ConditionExpression contains an attribute name, an operation type (OpTypeEnum), a list of values and some properties associated with the expression


Method Summary
 java.lang.String getAttributeName()
          Returns the name of Attribute this condition is based on
 OpTypeEnum getOpType()
          Returns the Operation type enumeration for this condition
 QueryProperties getProperties()
          Returns properties associated with the condition
 java.util.List getValues()
          Retrurns the values associated with the condition
 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Returns the name of Attribute this condition is based on

Returns:
name of the attribute

getOpType

OpTypeEnum getOpType()
Returns the Operation type enumeration for this condition

Returns:
type of operand

getValues

java.util.List getValues()
Retrurns the values associated with the condition

Returns:
values associated with the condition

getProperties

QueryProperties getProperties()
Returns properties associated with the condition

Returns:
properties associated with the condition