Uses of Class
org.apache.cxf.jaxrs.ext.search.collections.CollectionCheck
-
Packages that use CollectionCheck Package Description org.apache.cxf.jaxrs.ext.search.collections -
-
Uses of CollectionCheck in org.apache.cxf.jaxrs.ext.search.collections
Methods in org.apache.cxf.jaxrs.ext.search.collections that return CollectionCheck Modifier and Type Method Description CollectionCheckCollectionCheckInfo. getCollectionCheckType()static CollectionCheckCollectionCheck. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionCheck[]CollectionCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.jaxrs.ext.search.collections with parameters of type CollectionCheck Constructor Description CollectionCheckInfo(CollectionCheck checkType, Object checkValue)
-