public static enum Granularity.Formatter extends Enum<Granularity.Formatter>
Enum Constant and Description |
---|
DEFAULT |
HIVE |
LOWER_DEFAULT |
Modifier and Type | Method and Description |
---|---|
static Granularity.Formatter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Granularity.Formatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Granularity.Formatter DEFAULT
public static final Granularity.Formatter HIVE
public static final Granularity.Formatter LOWER_DEFAULT
public static Granularity.Formatter[] values()
for (Granularity.Formatter c : Granularity.Formatter.values()) System.out.println(c);
public static Granularity.Formatter 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 © 2011–2017. All rights reserved.