Uses of Enum
org.apache.sling.feature.extension.apiregions.api.DeprecationValidationMode
Packages that use DeprecationValidationMode
-
Uses of DeprecationValidationMode in org.apache.sling.feature.extension.apiregions.api
Methods in org.apache.sling.feature.extension.apiregions.api that return DeprecationValidationModeModifier and TypeMethodDescriptionDeprecationInfo.getMode()Get the optional validation mode.static DeprecationValidationModeReturns the enum constant of this type with the specified name.static DeprecationValidationMode[]DeprecationValidationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.feature.extension.apiregions.api with parameters of type DeprecationValidationModeModifier and TypeMethodDescriptionvoidDeprecationInfo.setMode(DeprecationValidationMode value) Set the validation mode.