Class CollectionCheckStatement
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
-
- org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckStatement
-
public class CollectionCheckStatement extends PrimitiveStatement
-
-
Constructor Summary
Constructors Constructor Description CollectionCheckStatement(String property, Object value, Type type, ConditionType condition, CollectionCheckInfo checkInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionCheckInfogetCollectionCheckInfo()-
Methods inherited from class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
getCondition, getProperty, getValue, getValueType
-
-
-
-
Constructor Detail
-
CollectionCheckStatement
public CollectionCheckStatement(String property, Object value, Type type, ConditionType condition, CollectionCheckInfo checkInfo)
-
-
Method Detail
-
getCollectionCheckInfo
public CollectionCheckInfo getCollectionCheckInfo()
-
-