public static enum BearingMerit.Bearing extends Enum<BearingMerit.Bearing>
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
getCoordinates() |
static BearingMerit.Bearing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BearingMerit.Bearing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BearingMerit.Bearing EAST
public static final BearingMerit.Bearing WEST
public static final BearingMerit.Bearing SOUTH
private Vector2D azalt
public static BearingMerit.Bearing[] values()
for (BearingMerit.Bearing c : BearingMerit.Bearing.values()) System.out.println(c);
public static BearingMerit.Bearing 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 nullpublic Vector2D getCoordinates()