Class MethodParam


  • public class MethodParam
    extends Object
    A MethodParam.
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • 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.
      • toString

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