public static enum LinkEditor.Mode extends Enum<LinkEditor.Mode>
| Enum Constant and Description |
|---|
ADVANCED_MODE |
SIMPLE_MODE |
| Modifier and Type | Method and Description |
|---|---|
String |
getModeType() |
static LinkEditor.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkEditor.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkEditor.Mode ADVANCED_MODE
public static final LinkEditor.Mode SIMPLE_MODE
public static LinkEditor.Mode[] values()
for (LinkEditor.Mode c : LinkEditor.Mode.values()) System.out.println(c);
public static LinkEditor.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 nullpublic String getModeType()