Uses of Class
systems.dmx.config.ConfigModRole
-
Packages that use ConfigModRole Package Description systems.dmx.config -
-
Uses of ConfigModRole in systems.dmx.config
Methods in systems.dmx.config that return ConfigModRole Modifier and Type Method Description static ConfigModRole
ConfigModRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigModRole[]
ConfigModRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in systems.dmx.config with parameters of type ConfigModRole Constructor Description ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role)
ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role, ConfigCustomizer customizer)
-