public static enum FlapDockStation.Direction extends Enum<FlapDockStation.Direction>
Dockable will popup,
in respect to the location of this station.| Modifier and Type | Method and Description |
|---|---|
static FlapDockStation.Direction |
valueOf(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(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 nullCopyright © 2017 Docking Frames. All rights reserved.