Class MethodParam

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

public class MethodParam extends Object
A MethodParam.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • MethodParam

      public MethodParam()
  • Method Details

    • 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.
    • toString

      public String toString()
      toString
      Overrides:
      toString in class Object
      Returns:
      name and type