|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LineImporterSpec.Header>
com.agimatec.utility.fileimport.LineImporterSpec.Header
public static enum LineImporterSpec.Header
| Enum Constant Summary | |
|---|---|
FIRST
first line is the header line, same as INDEX, getHeaderLineIndex()==1 |
|
INDEX
the 1-based index of the header line is given with LineImporterSpec.setHeaderLineIndex(int). |
|
NONE
no header line |
|
| Method Summary | |
|---|---|
static LineImporterSpec.Header |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineImporterSpec.Header[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LineImporterSpec.Header NONE
public static final LineImporterSpec.Header FIRST
public static final LineImporterSpec.Header INDEX
LineImporterSpec.setHeaderLineIndex(int).
all lines before the index are are processed with generic field names (field_0, field_1, ...)
| Method Detail |
|---|
public static LineImporterSpec.Header[] values()
for (LineImporterSpec.Header c : LineImporterSpec.Header.values()) System.out.println(c);
public static LineImporterSpec.Header valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||