public static enum AlmaGui.ViewMode extends java.lang.Enum<AlmaGui.ViewMode>
Enum Constant and Description |
---|
MOMENT0 |
MOMENT1 |
MOMENT2 |
SCALARFIELD |
VOLUME |
Modifier and Type | Method and Description |
---|---|
static AlmaGui.ViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlmaGui.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlmaGui.ViewMode SCALARFIELD
public static final AlmaGui.ViewMode MOMENT0
public static final AlmaGui.ViewMode MOMENT1
public static final AlmaGui.ViewMode MOMENT2
public static final AlmaGui.ViewMode VOLUME
public static AlmaGui.ViewMode[] values()
for (AlmaGui.ViewMode c : AlmaGui.ViewMode.values()) System.out.println(c);
public static AlmaGui.ViewMode 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