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