Uses of Class
org.alfresco.service.cmr.search.FacetFormat
-
Packages that use FacetFormat Package Description org.alfresco.service.cmr.search -
-
Uses of FacetFormat in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return FacetFormat Modifier and Type Method Description static FacetFormat
FacetFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacetFormat[]
FacetFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-