Uses of Enum Class
org.tailormap.api.persistence.json.Filter.TypeEnum
Packages that use Filter.TypeEnum
-
Uses of Filter.TypeEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return Filter.TypeEnumModifier and TypeMethodDescriptionstatic Filter.TypeEnumFilter.getType()type of the filterstatic Filter.TypeEnumReturns the enum constant of this class with the specified name.static Filter.TypeEnum[]Filter.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 Filter.TypeEnumModifier and TypeMethodDescriptionvoidFilter.setType(Filter.TypeEnum type) Filter.type(Filter.TypeEnum type)