Apache CXF API

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

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

public class CollectionCheckInfo
extends Object


Constructor Summary
CollectionCheckInfo(CollectionCheck checkType, Object checkValue)
           
 
Method Summary
 CollectionCheck getCollectionCheckType()
           
 Object getCollectionCheckValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionCheckInfo

public CollectionCheckInfo(CollectionCheck checkType,
                           Object checkValue)
Method Detail

getCollectionCheckValue

public Object getCollectionCheckValue()

getCollectionCheckType

public CollectionCheck getCollectionCheckType()

Apache CXF API

Apache CXF