Uses of Class
com.emarsys.ecommon.prefs.config.Configuration.Type

Packages that use Configuration.Type
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 Configuration.Type in com.emarsys.ecommon.prefs.config
 

Methods in com.emarsys.ecommon.prefs.config that return Configuration.Type
 Configuration.Type ConfigurationDeclaration.getType()
          Returns the ConfigurationDeclaration.DeclarationType of the Configuration associated with this ConfigurationDeclaration.
 Configuration.Type Configuration.getType()
           
static Configuration.Type Configuration.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Configuration.Type[] Configuration.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.emarsys.ecommon.prefs.config with parameters of type Configuration.Type
static Configuration Configuration.getInstanceDeclaredBy(ConfigurationBackend config, java.lang.Object declarationObj, Configuration.Type type)
           A factory method for Configurations that uses the passed "declaration object" to get its ConfigurationDeclaration but overrides the declaration objects Configuration.Type with the passed one.
 

Uses of Configuration.Type in com.emarsys.ecommon.prefs.config.declaration
 

Fields in com.emarsys.ecommon.prefs.config.declaration declared as Configuration.Type
protected  Configuration.Type GenericConfigurationDeclaration.type
           
 

Methods in com.emarsys.ecommon.prefs.config.declaration that return Configuration.Type
 Configuration.Type GenericConfigurationDeclaration.getType()
           
 

Methods in com.emarsys.ecommon.prefs.config.declaration with parameters of type Configuration.Type
 void GenericConfigurationDeclaration.setType(Configuration.Type type)
           
 

Constructors in com.emarsys.ecommon.prefs.config.declaration with parameters of type Configuration.Type
GenericConfigurationDeclaration(java.lang.String name, Configuration.Type type)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.