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