Klasse ParsedParameter

java.lang.Object
de.dlr.proseo.ui.cli.parser.ParsedParameter

public class ParsedParameter extends Object
Class representing a parsed command parameter
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • ParsedParameter

      public ParsedParameter()
  • Methodendetails

    • getName

      public String getName()
      Gets the parsed parameter's name
      Gibt zurück:
      the name
    • setName

      public void setName(String name)
      Sets the parsed parameter's name
      Parameter:
      name - the name to set
    • getType

      public String getType()
      Gets the parsed parameter's type
      Gibt zurück:
      the type
    • setType

      public void setType(String type)
      Sets the parsed parameter's type
      Parameter:
      type - the type to set
    • getValue

      public String getValue()
      Gets the parsed parameter's value
      Gibt zurück:
      the value
    • setValue

      public void setValue(String value)
      Sets the parsed parameter's value
      Parameter:
      value - the value to set
    • getSyntaxParameter

      public CLIParameter getSyntaxParameter()
      Gets the parsed parameter's syntax parameter
      Gibt zurück:
      the syntaxParameter
    • setSyntaxParameter

      public void setSyntaxParameter(CLIParameter syntaxParameter)
      Sets the parsed parameter's syntax parameter
      Parameter:
      syntaxParameter - the syntaxParameter to set
    • toString

      public String toString()
      Returns a String representation of the parsed parameter
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      a String representation of the parsed parameter