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

A MethodForConnection.
| Constructor Summary | |
|---|---|
MethodForConnection()
|
|
| Method Summary | |
|---|---|
List<String> |
getExceptionType()
Get the exceptionType. |
String |
getMethodName()
Get the methodName. |
List<MethodParam> |
getParams()
Get the params. |
String |
getReturnType()
Get the returnType. |
MethodParam |
newParam(String name,
String type)
new param |
void |
setExceptionType(List<String> exceptionType)
Set the exceptionType. |
void |
setMethodName(String methodName)
Set the methodName. |
void |
setParams(List<MethodParam> params)
Set the params. |
void |
setReturnType(String returnType)
Set the returnType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodForConnection()
| Method Detail |
|---|
public MethodParam newParam(String name,
String type)
name - param nametype - param type
public void setMethodName(String methodName)
methodName - The methodName to set.public String getMethodName()
public void setReturnType(String returnType)
returnType - The returnType to set.public String getReturnType()
public void setParams(List<MethodParam> params)
params - The params to set.public List<MethodParam> getParams()
public void setExceptionType(List<String> exceptionType)
exceptionType - The exceptionType to set.public List<String> getExceptionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||