Uses of Class
systems.dmx.config.ConfigTarget
-
Packages that use ConfigTarget Package Description systems.dmx.config -
-
Uses of ConfigTarget in systems.dmx.config
Methods in systems.dmx.config that return ConfigTarget Modifier and Type Method Description static ConfigTarget
ConfigTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigTarget[]
ConfigTarget. 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 ConfigTarget Constructor Description ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role)
ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role, ConfigCustomizer customizer)
-