Apache CXF API

org.apache.cxf.jaxrs.ext.search
Class PrimitiveStatement

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
Direct Known Subclasses:
CollectionCheckStatement

public class PrimitiveStatement
extends Object

Encapsulates a basic search statement such as a = b, i < 5, etc


Constructor Summary
PrimitiveStatement(String property, Object value, Type type, ConditionType condition)
           
 
Method Summary
 ConditionType getCondition()
           
 String getProperty()
           
 Object getValue()
           
 Type getValueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveStatement

public PrimitiveStatement(String property,
                          Object value,
                          Type type,
                          ConditionType condition)
Method Detail

getProperty

public String getProperty()

getValue

public Object getValue()

getValueType

public Type getValueType()

getCondition

public ConditionType getCondition()

Apache CXF API

Apache CXF