Package 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
-
-
Constructor Summary
Constructors Constructor Description PrimitiveStatement(String property, Object value, Type type, ConditionType condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConditionTypegetCondition()StringgetProperty()ObjectgetValue()TypegetValueType()
-
-
-
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()
-
-