Uses of Class
org.jboss.jca.codegenerator.ConfigPropType
-
Packages that use ConfigPropType Package Description org.jboss.jca.codegenerator Code generatororg.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 Modifier and Type Method Description 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 Modifier and Type Method Description voidAdminObjectType. setAoConfigProps(List<ConfigPropType> aoConfigProps)Set the aoConfigProps.voidDefinition. setAsConfigProps(List<ConfigPropType> asConfigProps)Set the asConfigProps.voidMcfDef. setMcfConfigProps(List<ConfigPropType> mcfConfigProps)Set the mcfConfigProps.voidDefinition. 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 Modifier and Type Method Description List<ConfigPropType>AoImplCodeGen. getConfigProps(Definition def)get list of ConfigPropTypeList<ConfigPropType>AoInterfaceCodeGen. getConfigProps(Definition def)get list of ConfigPropTypeList<ConfigPropType>AsCodeGen. getConfigProps(Definition def)get list of ConfigPropTypeList<ConfigPropType>McfCodeGen. getConfigProps(Definition def)get list of ConfigPropTypeabstract List<ConfigPropType>PropsCodeGen. getConfigProps(Definition def)get list of ConfigPropTypeList<ConfigPropType>RaCodeGen. getConfigProps(Definition def)get list of ConfigPropType
-