public enum CoordinateType extends Enum<CoordinateType>
| Modifier and Type | Method and Description |
|---|---|
static CoordinateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateType SRC
public static final CoordinateType OSRC
public static CoordinateType[] values()
for (CoordinateType c : CoordinateType.values()) System.out.println(c);
public static CoordinateType 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 © 2018 JULIE Lab Jena, Germany. All rights reserved.