
public class MethodForConnection extends Object
| Constructor and Description |
|---|
MethodForConnection() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString()
toString
|
public MethodParam newParam(String name, String type)
name - param nametype - param typepublic 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()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)