public enum ImportMode extends Enum<ImportMode> implements I18nAble
| Enum Constant and Description |
|---|
Acoustic
Import accoustic data (Cells ESDU and Elementary).
|
Catches
Import catches data (unsorted, total, but no individual ones).
|
Common
Import Voyage / Transit / Transect.
|
Operation
Import operations common data.
|
Results
Import results.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
static ImportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportMode Common
public static final ImportMode Operation
public static final ImportMode Catches
public static final ImportMode Acoustic
public static final ImportMode Results
public static ImportMode[] values()
for (ImportMode c : ImportMode.values()) System.out.println(c);
public static ImportMode 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 getI18nKey()
getI18nKey in interface I18nAbleCopyright © 2011–2013 Ifremer. All rights reserved.