java.io.Serializable
, java.lang.Comparable<CsvPriority>
public enum CsvPriority extends java.lang.Enum<CsvPriority>
Modifier and Type | Class | Description |
---|---|---|
static class |
CsvPriority.GeoType |
Modifier and Type | Method | Description |
---|---|---|
static CsvPriority |
getCsvPriority(java.lang.String description) |
|
static CsvPriority |
getDefaultPrioroty() |
|
java.lang.String |
getDescription() |
|
CsvPriority.GeoType |
getFirst() |
|
CsvPriority.GeoType |
getSecond() |
|
CsvPriority.GeoType |
getThird() |
|
java.lang.String |
toString() |
|
static CsvPriority |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CsvPriority[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvPriority CLO
public static final CsvPriority COL
public static final CsvPriority LCO
public static final CsvPriority LOC
public static final CsvPriority OCL
public static final CsvPriority OLC
public static CsvPriority[] values()
for (CsvPriority c : CsvPriority.values()) System.out.println(c);
public static CsvPriority 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 nullpublic java.lang.String getDescription()
public CsvPriority.GeoType getFirst()
public CsvPriority.GeoType getSecond()
public CsvPriority.GeoType getThird()
public static CsvPriority getCsvPriority(java.lang.String description)
public static CsvPriority getDefaultPrioroty()
public java.lang.String toString()
toString
in class java.lang.Enum<CsvPriority>