Class Options.Values_keys

java.lang.Object
eu.bandm.tools.d2d2.base.Options.Values_keys
Enclosing class:
Options

public class Options.Values_keys extends Object
One instance realizes one repeated argument group of option keys.
For details of this option see the method Options.get_keys().
  • Field Details

    • value_0

      protected String value_0
    • value_1

      protected String value_1
  • Constructor Details

    • Values_keys

      public Values_keys()
  • Method Details

    • get_0

      public String get_0()
      Getter method for the 0th argument in this repetition group. For details of this option see the method Options.get_keys().
    • get_1

      public String get_1()
      Getter method for the 1st argument in this repetition group. For details of this option see the method Options.get_keys().