Package org.jboss.jca.codegenerator
Class McfDef
- java.lang.Object
-
- org.jboss.jca.codegenerator.McfDef
-
public class McfDef extends Object
A Definition.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description McfDef(int id, Definition def)Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCciConnClass()Get the cciConnClass.StringgetCciConnFactoryClass()Get the cciConnFactoryClass.StringgetCfClass()Get the cfClass.StringgetCfInterfaceClass()Get the cfInterfaceClass.StringgetCmClass()Get the cmClass.StringgetConnImplClass()Get the connImplClass.StringgetConnInterfaceClass()Get the connInterfaceClass.StringgetConnMetaClass()Get the connMetaClass.StringgetConnSpecClass()Get the connSpecClass.StringgetMcClass()Get the mcClass.StringgetMcfClass()Get the mcfClass.List<ConfigPropType>getMcfConfigProps()Get the mcfConfigProps.StringgetMcfPackage()getMcfPackageStringgetMcMetaClass()Get the mcMetaClass.List<MethodForConnection>getMethods()Get the methods.booleanisDefineMethodInConnection()Get the defineMethodInConnection.booleanisImplRaAssociation()Get the implRaAssociation.booleanisUseCciConnection()Get the useCciConnection.voidsetCciConnClass(String cciConnClass)Set the cciConnClass.voidsetCciConnFactoryClass(String cciConnFactoryClass)Set the cciConnFactoryClass.voidsetCfClass(String cfClass)Set the cfClass.voidsetCfInterfaceClass(String cfInterfaceClass)Set the cfInterfaceClass.voidsetCmClass(String cmClass)Set the cmClass.voidsetConnImplClass(String connImplClass)Set the connImplClass.voidsetConnInterfaceClass(String connInterfaceClass)Set the connInterfaceClass.voidsetConnMetaClass(String connMetaClass)Set the connMetaClass.voidsetConnSpecClass(String connSpecClass)Set the connSpecClass.voidsetDefineMethodInConnection(boolean defineMethodInConnection)Set the defineMethodInConnection.voidsetImplRaAssociation(boolean implRaAssociation)Set the implRaAssociation.voidsetMcClass(String mcClass)Set the mcClass.voidsetMcfClass(String mcfClass)Set the mcfClass.voidsetMcfConfigProps(List<ConfigPropType> mcfConfigProps)Set the mcfConfigProps.voidsetMcMetaClass(String mcMetaClass)Set the mcMetaClass.voidsetMethods(List<MethodForConnection> methods)Set the methods.voidsetUseCciConnection(boolean useCciConnection)Set the useCciConnection.
-
-
-
Constructor Detail
-
McfDef
public McfDef(int id, Definition def)Construct- Parameters:
id- MCF iddef- Definition
-
-
Method Detail
-
getMcfPackage
public String getMcfPackage()
getMcfPackage- Returns:
- default name
-
setMcfClass
public void setMcfClass(String mcfClass)
Set the mcfClass.- Parameters:
mcfClass- The mcfClass to set.
-
getMcfClass
public String getMcfClass()
Get the mcfClass.- Returns:
- the mcfClass.
-
setMcClass
public void setMcClass(String mcClass)
Set the mcClass.- Parameters:
mcClass- The mcClass to set.
-
getMcClass
public String getMcClass()
Get the mcClass.- Returns:
- the mcClass.
-
setConnInterfaceClass
public void setConnInterfaceClass(String connInterfaceClass)
Set the connInterfaceClass.- Parameters:
connInterfaceClass- The connInterfaceClass to set.
-
getConnInterfaceClass
public String getConnInterfaceClass()
Get the connInterfaceClass.- Returns:
- the connInterfaceClass.
-
setConnImplClass
public void setConnImplClass(String connImplClass)
Set the connImplClass.- Parameters:
connImplClass- The connImplClass to set.
-
getConnImplClass
public String getConnImplClass()
Get the connImplClass.- Returns:
- the connImplClass.
-
setMcfConfigProps
public void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
Set the mcfConfigProps.- Parameters:
mcfConfigProps- The mcfConfigProps to set.
-
getMcfConfigProps
public List<ConfigPropType> getMcfConfigProps()
Get the mcfConfigProps.- Returns:
- the mcfConfigProps.
-
setImplRaAssociation
public void setImplRaAssociation(boolean implRaAssociation)
Set the implRaAssociation.- Parameters:
implRaAssociation- The implRaAssociation to set.
-
isImplRaAssociation
public boolean isImplRaAssociation()
Get the implRaAssociation.- Returns:
- the implRaAssociation.
-
setUseCciConnection
public void setUseCciConnection(boolean useCciConnection)
Set the useCciConnection.- Parameters:
useCciConnection- The useCciConnection to set.
-
isUseCciConnection
public boolean isUseCciConnection()
Get the useCciConnection.- Returns:
- the useCciConnection.
-
setCciConnFactoryClass
public void setCciConnFactoryClass(String cciConnFactoryClass)
Set the cciConnFactoryClass.- Parameters:
cciConnFactoryClass- The cciConnFactoryClass to set.
-
getCciConnFactoryClass
public String getCciConnFactoryClass()
Get the cciConnFactoryClass.- Returns:
- the cciConnFactoryClass.
-
setCciConnClass
public void setCciConnClass(String cciConnClass)
Set the cciConnClass.- Parameters:
cciConnClass- The cciConnClass to set.
-
getCciConnClass
public String getCciConnClass()
Get the cciConnClass.- Returns:
- the cciConnClass.
-
setMcMetaClass
public void setMcMetaClass(String mcMetaClass)
Set the mcMetaClass.- Parameters:
mcMetaClass- The mcMetaClass to set.
-
getMcMetaClass
public String getMcMetaClass()
Get the mcMetaClass.- Returns:
- the mcMetaClass.
-
setCmClass
public void setCmClass(String cmClass)
Set the cmClass.- Parameters:
cmClass- The cmClass to set.
-
getCmClass
public String getCmClass()
Get the cmClass.- Returns:
- the cmClass.
-
setCfClass
public void setCfClass(String cfClass)
Set the cfClass.- Parameters:
cfClass- The cfClass to set.
-
getCfClass
public String getCfClass()
Get the cfClass.- Returns:
- the cfClass.
-
setCfInterfaceClass
public void setCfInterfaceClass(String cfInterfaceClass)
Set the cfInterfaceClass.- Parameters:
cfInterfaceClass- The cfInterfaceClass to set.
-
getCfInterfaceClass
public String getCfInterfaceClass()
Get the cfInterfaceClass.- Returns:
- the cfInterfaceClass.
-
setConnMetaClass
public void setConnMetaClass(String connMetaClass)
Set the connMetaClass.- Parameters:
connMetaClass- The connMetaClass to set.
-
getConnMetaClass
public String getConnMetaClass()
Get the connMetaClass.- Returns:
- the connMetaClass.
-
setConnSpecClass
public void setConnSpecClass(String connSpecClass)
Set the connSpecClass.- Parameters:
connSpecClass- The connSpecClass to set.
-
getConnSpecClass
public String getConnSpecClass()
Get the connSpecClass.- Returns:
- the connSpecClass.
-
setDefineMethodInConnection
public void setDefineMethodInConnection(boolean defineMethodInConnection)
Set the defineMethodInConnection.- Parameters:
defineMethodInConnection- The defineMethodInConnection to set.
-
isDefineMethodInConnection
public boolean isDefineMethodInConnection()
Get the defineMethodInConnection.- Returns:
- the defineMethodInConnection.
-
setMethods
public void setMethods(List<MethodForConnection> methods)
Set the methods.- Parameters:
methods- The methods to set.
-
getMethods
public List<MethodForConnection> getMethods()
Get the methods.- Returns:
- the methods.
-
-