public static enum CSVCommonsLoader.PhoenixHeaderSource extends Enum<CSVCommonsLoader.PhoenixHeaderSource>
Enum Constant and Description |
---|
FROM_TABLE |
IN_LINE |
SUPPLIED_BY_USER |
Modifier and Type | Method and Description |
---|---|
static CSVCommonsLoader.PhoenixHeaderSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVCommonsLoader.PhoenixHeaderSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSVCommonsLoader.PhoenixHeaderSource FROM_TABLE
public static final CSVCommonsLoader.PhoenixHeaderSource IN_LINE
public static final CSVCommonsLoader.PhoenixHeaderSource SUPPLIED_BY_USER
public static CSVCommonsLoader.PhoenixHeaderSource[] values()
for (CSVCommonsLoader.PhoenixHeaderSource c : CSVCommonsLoader.PhoenixHeaderSource.values()) System.out.println(c);
public static CSVCommonsLoader.PhoenixHeaderSource 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 © 2015 Apache Software Foundation. All Rights Reserved.