Uses of Enum Class
org.tailormap.api.persistence.json.FilterGroup.TypeEnum
Packages that use FilterGroup.TypeEnum
-
Uses of FilterGroup.TypeEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return FilterGroup.TypeEnumModifier and TypeMethodDescriptionstatic FilterGroup.TypeEnumFilterGroup.getType()NOTE spatial is not supported (for now) for preconfigured filtersstatic FilterGroup.TypeEnumReturns the enum constant of this class with the specified name.static FilterGroup.TypeEnum[]FilterGroup.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json with parameters of type FilterGroup.TypeEnumModifier and TypeMethodDescriptionvoidFilterGroup.setType(FilterGroup.TypeEnum type) FilterGroup.type(FilterGroup.TypeEnum type)