public static enum CorpusStorageManager.ImportFormat extends Enum<CorpusStorageManager.ImportFormat>
| Enum Constant and Description |
|---|
RelANNIS |
| Modifier and Type | Field and Description |
|---|---|
protected int |
capiVal |
| Modifier and Type | Method and Description |
|---|---|
static CorpusStorageManager.ImportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorpusStorageManager.ImportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorpusStorageManager.ImportFormat RelANNIS
public static CorpusStorageManager.ImportFormat[] values()
for (CorpusStorageManager.ImportFormat c : CorpusStorageManager.ImportFormat.values()) System.out.println(c);
public static CorpusStorageManager.ImportFormat 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 nullCopyright © 2019 Thomas Krause. All rights reserved.