public static enum FlapDockStation.Direction extends java.lang.Enum<FlapDockStation.Direction>
Dockable
will popup,
in respect to the location of this station.Modifier and Type | Method and Description |
---|---|
static FlapDockStation.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlapDockStation.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlapDockStation.Direction NORTH
public static final FlapDockStation.Direction WEST
public static final FlapDockStation.Direction SOUTH
public static final FlapDockStation.Direction EAST
public static FlapDockStation.Direction[] values()
for (FlapDockStation.Direction c : FlapDockStation.Direction.values()) System.out.println(c);
public static FlapDockStation.Direction 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