|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.assetapi.query.ConditionExpressionImpl
public class ConditionExpressionImpl
Constructor Summary | |
---|---|
ConditionExpressionImpl(java.lang.String attribute,
OpTypeEnum type,
java.util.List values)
|
|
ConditionExpressionImpl(java.lang.String attribute,
OpTypeEnum type,
java.util.List values,
QueryProperties props)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionExpressionImpl(java.lang.String attribute, OpTypeEnum type, java.util.List values, QueryProperties props)
public ConditionExpressionImpl(java.lang.String attribute, OpTypeEnum type, java.util.List values)
Method Detail |
---|
public java.lang.String getAttributeName()
ConditionExpression
getAttributeName
in interface ConditionExpression
public OpTypeEnum getOpType()
ConditionExpression
getOpType
in interface ConditionExpression
public java.util.List getValues()
ConditionExpression
getValues
in interface ConditionExpression
public QueryProperties getProperties()
ConditionExpression
getProperties
in interface ConditionExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |