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.Feature
Returns 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 TypeMethodDescriptionboolean
Configuration.getFeature(Configuration.Feature feature)
boolean
Configuration.getFeature(Configuration.Feature feature, boolean defaultEnabled)
void
Configuration.setFeature(Configuration.Feature feature, boolean enabled)