public static enum OutputWriters.ToHoa.Setting extends java.lang.Enum<OutputWriters.ToHoa.Setting>
Enum Constant | Description |
---|---|
SIMPLE_TRANSITION_LABELS |
Modifier and Type | Method | Description |
---|---|---|
static OutputWriters.ToHoa.Setting |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OutputWriters.ToHoa.Setting[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputWriters.ToHoa.Setting SIMPLE_TRANSITION_LABELS
public static OutputWriters.ToHoa.Setting[] values()
for (OutputWriters.ToHoa.Setting c : OutputWriters.ToHoa.Setting.values()) System.out.println(c);
public static OutputWriters.ToHoa.Setting valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null