Uses of Class
org.iqtig.pseudonymisierung.config.Config
-
Packages that use Config Package Description org.iqtig.pseudonymisierung.config -
-
Uses of Config in org.iqtig.pseudonymisierung.config
Methods in org.iqtig.pseudonymisierung.config that return Config Modifier and Type Method Description static Config
Config. valueOf(String name)
Returns the enum constant of this type with the specified name.static Config[]
Config. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-