|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.McfDef
public class McfDef

A Definition.
| Constructor Summary | |
|---|---|
McfDef(int id,
Definition def)
Construct |
|
| Method Summary | |
|---|---|
String |
getCciConnClass()
Get the cciConnClass. |
String |
getCciConnFactoryClass()
Get the cciConnFactoryClass. |
String |
getCfClass()
Get the cfClass. |
String |
getCfInterfaceClass()
Get the cfInterfaceClass. |
String |
getCmClass()
Get the cmClass. |
String |
getConnImplClass()
Get the connImplClass. |
String |
getConnInterfaceClass()
Get the connInterfaceClass. |
String |
getConnMetaClass()
Get the connMetaClass. |
String |
getConnSpecClass()
Get the connSpecClass. |
String |
getMcClass()
Get the mcClass. |
String |
getMcfClass()
Get the mcfClass. |
List<ConfigPropType> |
getMcfConfigProps()
Get the mcfConfigProps. |
String |
getMcfPackage()
getMcfPackage |
String |
getMcMetaClass()
Get the mcMetaClass. |
List<MethodForConnection> |
getMethods()
Get the methods. |
boolean |
isDefineMethodInConnection()
Get the defineMethodInConnection. |
boolean |
isImplRaAssociation()
Get the implRaAssociation. |
boolean |
isUseCciConnection()
Get the useCciConnection. |
void |
setCciConnClass(String cciConnClass)
Set the cciConnClass. |
void |
setCciConnFactoryClass(String cciConnFactoryClass)
Set the cciConnFactoryClass. |
void |
setCfClass(String cfClass)
Set the cfClass. |
void |
setCfInterfaceClass(String cfInterfaceClass)
Set the cfInterfaceClass. |
void |
setCmClass(String cmClass)
Set the cmClass. |
void |
setConnImplClass(String connImplClass)
Set the connImplClass. |
void |
setConnInterfaceClass(String connInterfaceClass)
Set the connInterfaceClass. |
void |
setConnMetaClass(String connMetaClass)
Set the connMetaClass. |
void |
setConnSpecClass(String connSpecClass)
Set the connSpecClass. |
void |
setDefineMethodInConnection(boolean defineMethodInConnection)
Set the defineMethodInConnection. |
void |
setImplRaAssociation(boolean implRaAssociation)
Set the implRaAssociation. |
void |
setMcClass(String mcClass)
Set the mcClass. |
void |
setMcfClass(String mcfClass)
Set the mcfClass. |
void |
setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
Set the mcfConfigProps. |
void |
setMcMetaClass(String mcMetaClass)
Set the mcMetaClass. |
void |
setMethods(List<MethodForConnection> methods)
Set the methods. |
void |
setUseCciConnection(boolean useCciConnection)
Set the useCciConnection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public McfDef(int id,
Definition def)
id - MCF iddef - Definition| Method Detail |
|---|
public String getMcfPackage()
public void setMcfClass(String mcfClass)
mcfClass - The mcfClass to set.public String getMcfClass()
public void setMcClass(String mcClass)
mcClass - The mcClass to set.public String getMcClass()
public void setConnInterfaceClass(String connInterfaceClass)
connInterfaceClass - The connInterfaceClass to set.public String getConnInterfaceClass()
public void setConnImplClass(String connImplClass)
connImplClass - The connImplClass to set.public String getConnImplClass()
public void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
mcfConfigProps - The mcfConfigProps to set.public List<ConfigPropType> getMcfConfigProps()
public void setImplRaAssociation(boolean implRaAssociation)
implRaAssociation - The implRaAssociation to set.public boolean isImplRaAssociation()
public void setUseCciConnection(boolean useCciConnection)
useCciConnection - The useCciConnection to set.public boolean isUseCciConnection()
public void setCciConnFactoryClass(String cciConnFactoryClass)
cciConnFactoryClass - The cciConnFactoryClass to set.public String getCciConnFactoryClass()
public void setCciConnClass(String cciConnClass)
cciConnClass - The cciConnClass to set.public String getCciConnClass()
public void setMcMetaClass(String mcMetaClass)
mcMetaClass - The mcMetaClass to set.public String getMcMetaClass()
public void setCmClass(String cmClass)
cmClass - The cmClass to set.public String getCmClass()
public void setCfClass(String cfClass)
cfClass - The cfClass to set.public String getCfClass()
public void setCfInterfaceClass(String cfInterfaceClass)
cfInterfaceClass - The cfInterfaceClass to set.public String getCfInterfaceClass()
public void setConnMetaClass(String connMetaClass)
connMetaClass - The connMetaClass to set.public String getConnMetaClass()
public void setConnSpecClass(String connSpecClass)
connSpecClass - The connSpecClass to set.public String getConnSpecClass()
public void setDefineMethodInConnection(boolean defineMethodInConnection)
defineMethodInConnection - The defineMethodInConnection to set.public boolean isDefineMethodInConnection()
public void setMethods(List<MethodForConnection> methods)
methods - The methods to set.public List<MethodForConnection> getMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||