Package de.dlr.proseo.ui.cli.parser
Klasse ParsedParameter
java.lang.Object
de.dlr.proseo.ui.cli.parser.ParsedParameter
Class representing a parsed command parameter
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
Gets the parsed parameter's nameGets the parsed parameter's syntax parametergetType()
Gets the parsed parameter's typegetValue()
Gets the parsed parameter's valuevoid
Sets the parsed parameter's namevoid
setSyntaxParameter
(CLIParameter syntaxParameter) Sets the parsed parameter's syntax parametervoid
Sets the parsed parameter's typevoid
Sets the parsed parameter's valuetoString()
Returns a String representation of the parsed parameter
-
Konstruktordetails
-
ParsedParameter
public ParsedParameter()
-
-
Methodendetails
-
getName
Gets the parsed parameter's name- Gibt zurück:
- the name
-
setName
Sets the parsed parameter's name- Parameter:
name
- the name to set
-
getType
Gets the parsed parameter's type- Gibt zurück:
- the type
-
setType
Sets the parsed parameter's type- Parameter:
type
- the type to set
-
getValue
Gets the parsed parameter's value- Gibt zurück:
- the value
-
setValue
Sets the parsed parameter's value- Parameter:
value
- the value to set
-
getSyntaxParameter
Gets the parsed parameter's syntax parameter- Gibt zurück:
- the syntaxParameter
-
setSyntaxParameter
Sets the parsed parameter's syntax parameter- Parameter:
syntaxParameter
- the syntaxParameter to set
-
toString
Returns a String representation of the parsed parameter
-