Uses of Class
org.jboss.jca.codegenerator.ConfigPropType
Packages that use ConfigPropType
Package
Description
Code generator
Code generator
-
Uses of ConfigPropType in org.jboss.jca.codegenerator
Methods in org.jboss.jca.codegenerator that return types with arguments of type ConfigPropTypeModifier and TypeMethodDescriptionAdminObjectType.getAoConfigProps()Get the aoConfigProps.Definition.getAsConfigProps()Get the asConfigProps.McfDef.getMcfConfigProps()Get the mcfConfigProps.Definition.getRaConfigProps()Get the raConfigProps.Method parameters in org.jboss.jca.codegenerator with type arguments of type ConfigPropTypeModifier and TypeMethodDescriptionvoidAdminObjectType.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 ConfigPropTypeModifier and TypeMethodDescriptionAoImplCodeGen.getConfigProps(Definition def) get list of ConfigPropTypeAoInterfaceCodeGen.getConfigProps(Definition def) get list of ConfigPropTypeAsCodeGen.getConfigProps(Definition def) get list of ConfigPropTypeMcfCodeGen.getConfigProps(Definition def) get list of ConfigPropTypeabstract List<ConfigPropType> PropsCodeGen.getConfigProps(Definition def) get list of ConfigPropTypeRaCodeGen.getConfigProps(Definition def) get list of ConfigPropType