|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationCode | |
---|---|
de.smartics.properties.api.config.domain | Provides domain objects for configuration. |
Uses of ConfigurationCode in de.smartics.properties.api.config.domain |
---|
Methods in de.smartics.properties.api.config.domain that return ConfigurationCode | |
---|---|
static ConfigurationCode |
ConfigurationCode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static ConfigurationCode[] |
ConfigurationCode.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.smartics.properties.api.config.domain with parameters of type ConfigurationCode | |
---|---|
TypeProblemMessageBean(ConfigurationCode code, String type) Constructor without cause. |
|
TypeProblemMessageBean(ConfigurationCode code, Throwable cause, String type) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |