Enum Class ToolOptions.visibility

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

public static enum ToolOptions.visibility extends Enum<ToolOptions.visibility>
Source generated from a command line options specification.
For details see the options which use this enumeration type, as documented at ToolOptions.get_elementGraph_0() ToolOptions.get_analyses_0() ToolOptions.get_comments_0() ToolOptions.get_GEs_0() ToolOptions.get_elements_0() ToolOptions.get_alphabeticDir_0() ToolOptions.get_entityGraph_0() ToolOptions.get_PIs_0() ToolOptions.get_inserts_0() ToolOptions.get_attlists_0() ToolOptions.get_PEs_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

    • on

      public static final ToolOptions.visibility on
      This value indicates: The category does always appear in the rendering.

    • off

      public static final ToolOptions.visibility off
      This value indicates: The category does never appear in the rendering.

    • onOff

      public static final ToolOptions.visibility onOff
      This value indicates: The category is expandable/collapsable, and initially expanded.

    • offOn

      public static final ToolOptions.visibility offOn
      This value indicates: The category is expandable/collapsable, and initially collapsed.

  • Method Details

    • values

      public static ToolOptions.visibility[] 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.visibility 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