Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.search.PrimitiveStatement

public class PrimitiveStatement
extends Object

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


Constructor Summary
PrimitiveStatement(String property, Object value, ConditionType condition)
           
 
Method Summary
 ConditionType getCondition()
           
 String getProperty()
           
 Object getValue()
           
 
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,
                          ConditionType condition)
Method Detail

getProperty

public String getProperty()

getValue

public Object getValue()

getCondition

public ConditionType getCondition()

Apache CXF API

Apache CXF