public static enum Annotation.TYPE extends Enum<Annotation.TYPE>
| Enum Constant and Description |
|---|
Flat |
LatLon2Screen2D |
Screen2D |
View_Facing |
| Modifier and Type | Method and Description |
|---|---|
static Annotation.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.TYPE View_Facing
public static final Annotation.TYPE Flat
public static final Annotation.TYPE Screen2D
public static final Annotation.TYPE LatLon2Screen2D
public static Annotation.TYPE[] values()
for (Annotation.TYPE c : Annotation.TYPE.values()) System.out.println(c);
public static Annotation.TYPE 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 null