public static enum EssemReporter.HdrReport extends java.lang.Enum<EssemReporter.HdrReport>
| Enum Constant and Description |
|---|
NONE
Don't report.
|
SNAPSHOT
Report the snapshot histogram.
|
TOTAL
Report the total histogram.
|
| Modifier and Type | Method and Description |
|---|---|
static EssemReporter.HdrReport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EssemReporter.HdrReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EssemReporter.HdrReport NONE
public static final EssemReporter.HdrReport TOTAL
public static final EssemReporter.HdrReport SNAPSHOT
public static EssemReporter.HdrReport[] values()
for (EssemReporter.HdrReport c : EssemReporter.HdrReport.values()) System.out.println(c);
public static EssemReporter.HdrReport valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null