Uses of Enum Class
cz.cvut.kbss.jsonld.ConfigParam
Packages that use ConfigParam
-
Uses of ConfigParam in cz.cvut.kbss.jsonld
Methods in cz.cvut.kbss.jsonld that return ConfigParamModifier and TypeMethodDescriptionstatic ConfigParam
Returns the enum constant of this class with the specified name.static ConfigParam[]
ConfigParam.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.cvut.kbss.jsonld with parameters of type ConfigParamModifier and TypeMethodDescriptionConfiguration.get
(ConfigParam param) Configuration.get
(ConfigParam param, String defaultValue) boolean
Configuration.has
(ConfigParam param) boolean
Configuration.is
(ConfigParam param) void
Configuration.set
(ConfigParam param, String value)