Package cimerant

Class CliVariableList.CliVariable

java.lang.Object
cimerant.CliVariableList.CliVariable
Enclosing class:
CliVariableList

public static class CliVariableList.CliVariable extends Object
Command-line Interface Variable.
  • Constructor Details

    • CliVariable

      public CliVariable()
      Creates an instance.
  • Method Details

    • getKey

      public String getKey()
      Returns the CLI variable key.
      Returns:
      the CLI variable key.
    • getValue

      public String 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