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