public static enum IngestFilesTester.FileFormat extends Enum<IngestFilesTester.FileFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatName() |
static IngestFilesTester.FileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestFilesTester.FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestFilesTester.FileFormat CSV
public static final IngestFilesTester.FileFormat JSON
public static final IngestFilesTester.FileFormat AVRO
public static final IngestFilesTester.FileFormat XML
public static IngestFilesTester.FileFormat[] values()
for (IngestFilesTester.FileFormat c : IngestFilesTester.FileFormat.values()) System.out.println(c);
public static IngestFilesTester.FileFormat 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 getFormatName()
Copyright © 2016. All rights reserved.