protected static enum Wiki_Editor.Mode extends Enum<Wiki_Editor.Mode>
| Enum Constant and Description |
|---|
NEWS |
SCREENSHOT |
TUTORIAL_MAKER |
| Modifier and Type | Method and Description |
|---|---|
static Wiki_Editor.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wiki_Editor.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wiki_Editor.Mode TUTORIAL_MAKER
public static final Wiki_Editor.Mode NEWS
public static final Wiki_Editor.Mode SCREENSHOT
public static Wiki_Editor.Mode[] values()
for (Wiki_Editor.Mode c : Wiki_Editor.Mode.values()) System.out.println(c);
public static Wiki_Editor.Mode 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 © 2015–2021 Fiji. All rights reserved.