- Enclosing class:
- CliVariableList
public static class CliVariableList.CliVariable
extends Object
Command-line Interface Variable.
-
Constructor Summary
Constructors
-
Method Summary
Returns the CLI variable key.
Returns the CLI variable value.
Returns a string representation of the object.
-
Constructor Details
-
CliVariable
public CliVariable()
Creates an instance.
-
Method Details
-
getKey
Returns the CLI variable key.
- Returns:
- the CLI variable key.
-
getValue
Returns the CLI variable value.
- Returns:
- the CLI variable value.
-
toString
public final String toString()
Returns a string representation of the object.
- Overrides:
toString
in class Object