Package org.apache.cxf.jaxrs.ext.search
Class PrimitiveStatement
java.lang.Object
org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
- Direct Known Subclasses:
CollectionCheckStatement
Encapsulates a basic search statement such as a = b, i < 5, etc
-
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveStatement(String property, Object value, Type type, ConditionType condition) -
Method Summary
-
Constructor Details
-
PrimitiveStatement
-
-
Method Details
-
getProperty
-
getValue
-
getValueType
-
getCondition
-