|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationDeclaration.DeclarationType | |
---|---|
com.emarsys.ecommon.prefs.config | eCommon's Configuration API core classes (originally migrated from DW). |
com.emarsys.ecommon.prefs.config.declaration | eCommon's Configuration API declaration parsers (migrated from DW). |
Uses of ConfigurationDeclaration.DeclarationType in com.emarsys.ecommon.prefs.config |
---|
Methods in com.emarsys.ecommon.prefs.config that return ConfigurationDeclaration.DeclarationType | |
---|---|
static ConfigurationDeclaration.DeclarationType |
ConfigurationDeclaration.DeclarationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationDeclaration.DeclarationType[] |
ConfigurationDeclaration.DeclarationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ConfigurationDeclaration.DeclarationType in com.emarsys.ecommon.prefs.config.declaration |
---|
Methods in com.emarsys.ecommon.prefs.config.declaration that return ConfigurationDeclaration.DeclarationType | |
---|---|
protected ConfigurationDeclaration.DeclarationType |
ClassConfigurationDeclaration.getDeclarationType(java.lang.reflect.Field field)
Determines the DeclarationType of the passed
Field . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |