org.jboss.jca.codegenerator
Class MethodParam

java.lang.Object
  extended by org.jboss.jca.codegenerator.MethodParam

public class MethodParam
extends Object

A MethodParam.

Version:
$Revision: $
Author:
Jeff Zhang

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

MethodParam

public 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.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)