Uses of Enum Class
org.hansken.plugin.extraction.api.MaturityLevel
Packages that use MaturityLevel
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of MaturityLevel in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return MaturityLevelModifier and TypeMethodDescriptionPluginInfo.maturityLevel()
Get thematurity level
of this plugin.static MaturityLevel
Returns the enum constant of this class with the specified name.static MaturityLevel[]
MaturityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hansken.plugin.extraction.api with parameters of type MaturityLevelModifier and TypeMethodDescriptionPluginInfo.Builder.maturityLevel
(MaturityLevel maturityLevel) Set thematurity level
.