public static enum ReadMDF.ExtractionMode extends Enum<ReadMDF.ExtractionMode>
| Enum Constant and Description |
|---|
ATTACHMENT |
DATA |
METADATA |
| Modifier and Type | Method and Description |
|---|---|
static ReadMDF.ExtractionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadMDF.ExtractionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadMDF.ExtractionMode DATA
public static final ReadMDF.ExtractionMode ATTACHMENT
public static final ReadMDF.ExtractionMode METADATA
public static ReadMDF.ExtractionMode[] values()
for (ReadMDF.ExtractionMode c : ReadMDF.ExtractionMode.values()) System.out.println(c);
public static ReadMDF.ExtractionMode 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 Actian Corporation. All rights reserved.