java.io.Serializable, java.lang.Comparable<StdNavigableBoardable.NavigatingCommand>protected static enum StdNavigableBoardable.NavigatingCommand extends java.lang.Enum<StdNavigableBoardable.NavigatingCommand>
| Enum Constant | Description | 
|---|---|
| COURSE | |
| FOLLOW | |
| JUMP | |
| LOWER | |
| LOWER_ANCHOR | |
| NAVIGATE | |
| RAISE | |
| RAISE_ANCHOR | |
| SET_COURSE | |
| STEER | |
| TENDER | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static StdNavigableBoardable.NavigatingCommand | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static StdNavigableBoardable.NavigatingCommand[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final StdNavigableBoardable.NavigatingCommand RAISE_ANCHOR
public static final StdNavigableBoardable.NavigatingCommand LOWER_ANCHOR
public static final StdNavigableBoardable.NavigatingCommand STEER
public static final StdNavigableBoardable.NavigatingCommand NAVIGATE
public static final StdNavigableBoardable.NavigatingCommand COURSE
public static final StdNavigableBoardable.NavigatingCommand SET_COURSE
public static final StdNavigableBoardable.NavigatingCommand TENDER
public static final StdNavigableBoardable.NavigatingCommand RAISE
public static final StdNavigableBoardable.NavigatingCommand LOWER
public static final StdNavigableBoardable.NavigatingCommand JUMP
public static final StdNavigableBoardable.NavigatingCommand FOLLOW
public static StdNavigableBoardable.NavigatingCommand[] values()
for (StdNavigableBoardable.NavigatingCommand c : StdNavigableBoardable.NavigatingCommand.values()) System.out.println(c);
public static StdNavigableBoardable.NavigatingCommand 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