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