Uses of Class
org.cxbox.core.ui.model.json.FilterType
-
Packages that use FilterType Package Description org.cxbox.core.ui.model.json -
-
Uses of FilterType in org.cxbox.core.ui.model.json
Methods in org.cxbox.core.ui.model.json that return FilterType Modifier and Type Method Description static FilterTypeFilterType. of(String stringValue)static FilterTypeFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-