public static enum InputFormatConfig.InMemoryDataModel extends java.lang.Enum<InputFormatConfig.InMemoryDataModel>
| Modifier and Type | Method and Description | 
|---|---|
static InputFormatConfig.InMemoryDataModel | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InputFormatConfig.InMemoryDataModel[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final InputFormatConfig.InMemoryDataModel PIG
public static final InputFormatConfig.InMemoryDataModel HIVE
public static final InputFormatConfig.InMemoryDataModel GENERIC
public static InputFormatConfig.InMemoryDataModel[] values()
for (InputFormatConfig.InMemoryDataModel c : InputFormatConfig.InMemoryDataModel.values()) System.out.println(c);
public static InputFormatConfig.InMemoryDataModel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null