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