Apache CXF API

org.apache.cxf.jaxrs.ext.search.collections
Class CollectionCheckStatement

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

public class CollectionCheckStatement
extends PrimitiveStatement


Constructor Summary
CollectionCheckStatement(String property, Object value, Type type, ConditionType condition, CollectionCheckInfo checkInfo)
           
 
Method Summary
 CollectionCheckInfo getCollectionCheckInfo()
           
 
Methods inherited from class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
getCondition, getProperty, getValue, getValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionCheckStatement

public CollectionCheckStatement(String property,
                                Object value,
                                Type type,
                                ConditionType condition,
                                CollectionCheckInfo checkInfo)
Method Detail

getCollectionCheckInfo

public CollectionCheckInfo getCollectionCheckInfo()

Apache CXF API

Apache CXF