Uses of Enum Class
org.tailormap.api.persistence.json.HiddenLayerFunctionalityEnum
Packages that use HiddenLayerFunctionalityEnum
-
Uses of HiddenLayerFunctionalityEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionstatic HiddenLayerFunctionalityEnumstatic HiddenLayerFunctionalityEnumReturns the enum constant of this class with the specified name.static HiddenLayerFunctionalityEnum[]HiddenLayerFunctionalityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json that return types with arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescription@Valid Set<HiddenLayerFunctionalityEnum> AppLayerSettings.getHiddenFunctionality()Functionality that should be hidden for a layer in the UI.Methods in org.tailormap.api.persistence.json with parameters of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayerSettings.addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayerSettings.hiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) voidAppLayerSettings.setHiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) -
Uses of HiddenLayerFunctionalityEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return types with arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescription@Valid Set<HiddenLayerFunctionalityEnum> AppLayer.getHiddenFunctionality()Functionality that should be hidden for a layer in the UI.Methods in org.tailormap.api.viewer.model with parameters of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayer.addHiddenFunctionalityItem(HiddenLayerFunctionalityEnum hiddenFunctionalityItem) Method parameters in org.tailormap.api.viewer.model with type arguments of type HiddenLayerFunctionalityEnumModifier and TypeMethodDescriptionAppLayer.hiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality) voidAppLayer.setHiddenFunctionality(Set<HiddenLayerFunctionalityEnum> hiddenFunctionality)