public enum ViewMode extends Enum<ViewMode>
Enum Constant and Description |
---|
DETAILS
Show all details
|
HEADERS
Show necessary information only
|
SYMBOLS
Show symbols only.
|
Modifier and Type | Method and Description |
---|---|
static ViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewMode DETAILS
public static final ViewMode HEADERS
public static final ViewMode SYMBOLS
public static ViewMode[] values()
for (ViewMode c : ViewMode.values()) System.out.println(c);
public static ViewMode 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 nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210