private static enum McIDASVViewPanel.ViewManagers extends Enum<McIDASVViewPanel.ViewManagers>
Modifier and Type | Method and Description |
---|---|
static McIDASVViewPanel.ViewManagers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McIDASVViewPanel.ViewManagers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McIDASVViewPanel.ViewManagers DEFAULT
public static final McIDASVViewPanel.ViewManagers GLOBE
public static final McIDASVViewPanel.ViewManagers MAP
public static final McIDASVViewPanel.ViewManagers TRANSECT
public static McIDASVViewPanel.ViewManagers[] values()
for (McIDASVViewPanel.ViewManagers c : McIDASVViewPanel.ViewManagers.values()) System.out.println(c);
public static McIDASVViewPanel.ViewManagers valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null