Enum Class ToolOptions.outputFormat

java.lang.Object
java.lang.Enum<ToolOptions.outputFormat>
eu.bandm.tools.dtm.ToolOptions.outputFormat
All Implemented Interfaces:
Serializable, Comparable<ToolOptions.outputFormat>, java.lang.constant.Constable
Enclosing class:
ToolOptions

public static enum ToolOptions.outputFormat extends Enum<ToolOptions.outputFormat>
Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at ToolOptions.get_outputFormat_0()

Created on 2024-03-03_16h30m25
by program bandm/metatools/option/compiler, version 2.1
command line =
bandm/metatools/option/compiler toolOptions.xml eu.bandm.tools.dtm ToolOptions ToolGui $(HOME)/metatools/src
  • Enum Constant Details

  • Method Details

    • values

      public static ToolOptions.outputFormat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ToolOptions.outputFormat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null