Uses of Enum Class
org.tailormap.api.viewer.model.Filter.AttributeTypeEnum
Packages that use Filter.AttributeTypeEnum
-
Uses of Filter.AttributeTypeEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return Filter.AttributeTypeEnumModifier and TypeMethodDescriptionstatic Filter.AttributeTypeEnumFilter.getAttributeType()type of the attributestatic Filter.AttributeTypeEnumReturns the enum constant of this class with the specified name.static Filter.AttributeTypeEnum[]Filter.AttributeTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.viewer.model with parameters of type Filter.AttributeTypeEnumModifier and TypeMethodDescriptionFilter.attributeType(Filter.AttributeTypeEnum attributeType) voidFilter.setAttributeType(Filter.AttributeTypeEnum attributeType)