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