Package org.jboss.jca.codegenerator
Class MethodParam
- java.lang.Object
-
- org.jboss.jca.codegenerator.MethodParam
-
public class MethodParam extends Object
A MethodParam.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description MethodParam()
-
-
-
Method Detail
-
setName
public void setName(String name)
Set the name.- Parameters:
name- The name to set.
-
getName
public String getName()
Get the name.- Returns:
- the name.
-
setType
public void setType(String type)
Set the type.- Parameters:
type- The type to set.
-
getType
public String getType()
Get the type.- Returns:
- the type.
-
-