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

A MethodParam.
| Constructor Summary | |
|---|---|
MethodParam()
|
|
| Method Summary | |
|---|---|
String |
getName()
Get the name. |
String |
getType()
Get the type. |
void |
setName(String name)
Set the name. |
void |
setType(String type)
Set the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodParam()
| Method Detail |
|---|
public void setName(String name)
name - The name to set.public String getName()
public void setType(String type)
type - The type to set.public String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||