Uses of Enum Class
be.gaudry.model.config.Configuration.Feature
Package
Description
Provides the classes necessary to configure the application.
-
Uses of Configuration.Feature in be.gaudry.model.config
Modifier 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.Modifier and TypeMethodDescriptionboolean
Configuration.getFeature(Configuration.Feature feature)
boolean
Configuration.getFeature(Configuration.Feature feature, boolean defaultEnabled)
void
Configuration.setFeature(Configuration.Feature feature, boolean enabled)