|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
Definition.getAsConfigProps()
Get the asConfigProps. |
List<ConfigPropType> |
Definition.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 |
Definition.setAsConfigProps(List<ConfigPropType> asConfigProps)
Set the asConfigProps. |
void |
Definition.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||