org.apache.cxf.jaxrs.ext.search
Class PrimitiveStatement
java.lang.Object
  
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
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PrimitiveStatement
public PrimitiveStatement(String property,
                          Object value,
                          Type type,
                          ConditionType condition)
getProperty
public String getProperty()
 
getValue
public Object getValue()
 
getValueType
public Type getValueType()
 
getCondition
public ConditionType getCondition()
 
Apache CXF