| Package | Description |
|---|---|
| org.jboss.jca.codegenerator |
Code generator
|
| org.jboss.jca.codegenerator.code |
Code generator
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013 IronJacamar (http://www.ironjacamar.org)