Package eu.bandm.tools.dtm
Enum Class ToolOptions.visibility
- All Implemented Interfaces:
Serializable
,Comparable<ToolOptions.visibility>
,java.lang.constant.Constable
- Enclosing class:
- ToolOptions
Source generated from a command line options specification.
For details see the options which use this enumeration type, as documented at
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-09-15_20h22m25
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler toolOptions.xml eu.bandm.tools.dtm ToolOptions ToolGui $(HOME)/metatools/src
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler toolOptions.xml eu.bandm.tools.dtm ToolOptions ToolGui $(HOME)/metatools/src
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThis value indicates: The category does never appear in the rendering.This value indicates: The category is expandable/collapsable, and initially collapsed.This value indicates: The category does always appear in the rendering.This value indicates: The category is expandable/collapsable, and initially expanded. -
Method Summary
Modifier and TypeMethodDescriptionstatic ToolOptions.visibility
Returns the enum constant of this class with the specified name.static ToolOptions.visibility[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
on
This value indicates: The category does always appear in the rendering. -
off
This value indicates: The category does never appear in the rendering. -
onOff
This value indicates: The category is expandable/collapsable, and initially expanded. -
offOn
This value indicates: The category is expandable/collapsable, and initially collapsed.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-