Uses of Class
org.jboss.jca.codegenerator.ConfigPropType

Packages that use ConfigPropType
org.jboss.jca.codegenerator Code generator 
org.jboss.jca.codegenerator.code Code generator 
 

Uses of ConfigPropType in org.jboss.jca.codegenerator
 

Methods in org.jboss.jca.codegenerator that return types with arguments of type ConfigPropType
 List<ConfigPropType> AdminObjectType.getAoConfigProps()
          Get the aoConfigProps.
 List<ConfigPropType> Definition.getAsConfigProps()
          Get the asConfigProps.
 List<ConfigPropType> McfDef.getMcfConfigProps()
          Get the mcfConfigProps.
 List<ConfigPropType> Definition.getRaConfigProps()
          Get the raConfigProps.
 

Method parameters in org.jboss.jca.codegenerator with type arguments of type ConfigPropType
 void AdminObjectType.setAoConfigProps(List<ConfigPropType> aoConfigProps)
          Set the aoConfigProps.
 void Definition.setAsConfigProps(List<ConfigPropType> asConfigProps)
          Set the asConfigProps.
 void McfDef.setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
          Set the mcfConfigProps.
 void Definition.setRaConfigProps(List<ConfigPropType> raConfigProps)
          Set the raConfigProps.
 

Uses of ConfigPropType in org.jboss.jca.codegenerator.code
 

Methods in org.jboss.jca.codegenerator.code that return types with arguments of type ConfigPropType
 List<ConfigPropType> RaCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
abstract  List<ConfigPropType> PropsCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
 List<ConfigPropType> McfCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
 List<ConfigPropType> AsCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
 List<ConfigPropType> AoInterfaceCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
 List<ConfigPropType> AoImplCodeGen.getConfigProps(Definition def)
          get list of ConfigPropType
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)