Class Parameter

java.lang.Object
org.apache.tools.ant.types.Parameter

public final class Parameter extends Object
A parameter is composed of a name, type and value.
  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • setName

      public void setName(String name)
      Set the name attribute.
      Parameters:
      name - a String value
    • setType

      public void setType(String type)
      Set the type attribute.
      Parameters:
      type - a String value
    • setValue

      public void setValue(String value)
      Set the value attribute.
      Parameters:
      value - a String value
    • getName

      public String getName()
      Get the name attribute.
      Returns:
      a String value
    • getType

      public String getType()
      Get the type attribute.
      Returns:
      a String value
    • getValue

      public String getValue()
      Get the value attribute.
      Returns:
      a String value