public enum SpatialItemTypeId extends Enum<SpatialItemTypeId> implements Serializable
| Enum Constant and Description |
|---|
DEPTH_GRADIENT |
DISTANCE_TO_COAST_GRADIENT |
GEAR |
METIER |
NEARBY_SPECIFIC_AREA |
TAXON_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static SpatialItemTypeId |
fromInteger(Integer value)
Creates an instance of SpatialItemTypeId from
value. |
String |
getName()
Gets the underlying name of this type safe enumeration.
|
Integer |
getValue()
Gets the underlying value of this type safe enumeration.
|
boolean |
hasInitError() |
static List<Integer> |
literals()
Returns an unmodifiable list containing the literals that are known by this enumeration.
|
static List<String> |
names()
Returns an unmodifiable list containing the names of the literals that are known
by this enumeration.
|
String |
toString() |
static SpatialItemTypeId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialItemTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpatialItemTypeId DEPTH_GRADIENT
public static final SpatialItemTypeId NEARBY_SPECIFIC_AREA
public static final SpatialItemTypeId DISTANCE_TO_COAST_GRADIENT
public static final SpatialItemTypeId GEAR
public static final SpatialItemTypeId TAXON_GROUP
public static final SpatialItemTypeId METIER
public static SpatialItemTypeId[] values()
for (SpatialItemTypeId c : SpatialItemTypeId.values()) System.out.println(c);
public static SpatialItemTypeId 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 boolean hasInitError()
public String toString()
toString in class Enum<SpatialItemTypeId>Object.toString()public static SpatialItemTypeId fromInteger(Integer value)
value.value - the value to create the SpatialItemTypeId from.public Integer getValue()
public String getName()
public static List<Integer> literals()
Copyright © 2013. All Rights Reserved.