Class CollectionCheckInfo
- java.lang.Object
-
- org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckInfo
-
public class CollectionCheckInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionCheckInfo(CollectionCheck checkType, Object checkValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionCheckgetCollectionCheckType()ObjectgetCollectionCheckValue()
-
-
-
Constructor Detail
-
CollectionCheckInfo
public CollectionCheckInfo(CollectionCheck checkType, Object checkValue)
-
-
Method Detail
-
getCollectionCheckValue
public Object getCollectionCheckValue()
-
getCollectionCheckType
public CollectionCheck getCollectionCheckType()
-
-