Uses of Enum Class
be.gaudry.model.config.Configuration.Feature
Packages that use Configuration.Feature
Package
Description
Provides the classes necessary to configure the application.
-
Uses of Configuration.Feature in be.gaudry.model.config
Methods in be.gaudry.model.config that return Configuration.FeatureModifier and TypeMethodDescriptionstatic Configuration.FeatureReturns the enum constant of this class with the specified name.static Configuration.Feature[]Configuration.Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in be.gaudry.model.config with parameters of type Configuration.FeatureModifier and TypeMethodDescriptionbooleanConfiguration.getFeature(Configuration.Feature feature)booleanConfiguration.getFeature(Configuration.Feature feature, boolean defaultEnabled)voidConfiguration.setFeature(Configuration.Feature feature, boolean enabled)