Class Argument


  • public class Argument
    extends Object
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • Argument

        public Argument​(String name,
                        String value)
        Constructs a new argument.
        Parameters:
        name - The name of this argument.
        value - The value of this argument.
    • Method Detail

      • getName

        public String getName()
        Returns the name of this argument.
        Returns:
        The name.
      • getValue

        public String getValue()
        Returns the value of this argument.
        Returns:
        The value.