Class Argument

    • Constructor Detail

      • Argument

        public Argument​(String name)
    • Method Detail

      • 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)