public static enum PherfConstants.GeneratePhoenixStats extends Enum<PherfConstants.GeneratePhoenixStats>
| Modifier and Type | Method and Description |
|---|---|
static PherfConstants.GeneratePhoenixStats |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PherfConstants.GeneratePhoenixStats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PherfConstants.GeneratePhoenixStats YES
public static final PherfConstants.GeneratePhoenixStats NO
public static PherfConstants.GeneratePhoenixStats[] values()
for (PherfConstants.GeneratePhoenixStats c : PherfConstants.GeneratePhoenixStats.values()) System.out.println(c);
public static PherfConstants.GeneratePhoenixStats 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.