Guvnor - Structure API 6.2.0.Final

Uses of Class
org.guvnor.structure.server.config.ConfigType

Packages that use ConfigType
org.guvnor.structure.server.config   
 

Uses of ConfigType in org.guvnor.structure.server.config
 

Methods in org.guvnor.structure.server.config that return ConfigType
 ConfigType ConfigGroup.getType()
           
static ConfigType ConfigType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigType[] ConfigType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.guvnor.structure.server.config with parameters of type ConfigType
 List<ConfigGroup> ConfigurationService.getConfiguration(ConfigType type)
           
 ConfigGroup ConfigurationFactory.newConfigGroup(ConfigType type, String name, String description)
           
 void ConfigGroup.setType(ConfigType type)
           
 


Guvnor - Structure API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.