Class Argument

All Implemented Interfaces:
Serializable

public class Argument extends NameDescription
Describe the name of an Argument its NameReference to an ArgumentType in ArgumentTypeSet
See Also:
  • Constructor Details

    • Argument

      public Argument(String name)
  • Method Details

    • getArgumentType

      public ArgumentType getArgumentType()
    • setArgumentType

      public void setArgumentType(ArgumentType argumentType)
    • getInitialValue

      public Object getInitialValue()
      returns the initial value of this argument which would be better called default value returns null if no initial value has been set
      Returns:
      initial value or null if no initial value has been set
    • setInitialValue

      public void setInitialValue(Object v)
    • toString

      public String toString()
      Overrides:
      toString in class Object