public enum GeospatialCoordinatesType extends Enum<GeospatialCoordinatesType>
| Enum Constant and Description |
|---|
C_SQUARE |
OCEAN_AREA |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialCoordinatesType |
getGeospatialCoordinatesTypeFromId(String id) |
String |
getId() |
String |
getLabel() |
static List<GeospatialCoordinatesType> |
getList() |
String |
toString() |
static GeospatialCoordinatesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeospatialCoordinatesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeospatialCoordinatesType C_SQUARE
public static final GeospatialCoordinatesType OCEAN_AREA
public static GeospatialCoordinatesType[] values()
for (GeospatialCoordinatesType c : GeospatialCoordinatesType.values()) System.out.println(c);
public static GeospatialCoordinatesType 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 String toString()
toString in class Enum<GeospatialCoordinatesType>public String getId()
public static List<GeospatialCoordinatesType> getList()
public static GeospatialCoordinatesType getGeospatialCoordinatesTypeFromId(String id)
public String getLabel()
Copyright © 2017. All Rights Reserved.