protected static enum TimerDataPoint.TimerIndices extends Enum<TimerDataPoint.TimerIndices>
TimerDataPoint contents in a file.| Enum Constant and Description |
|---|
COUNT |
MAXIMUM |
MEAN |
MINIMUM |
RATE |
STANDARD_DEVIATION |
| Modifier and Type | Method and Description |
|---|---|
static TimerDataPoint.TimerIndices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerDataPoint.TimerIndices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerDataPoint.TimerIndices COUNT
public static final TimerDataPoint.TimerIndices RATE
public static final TimerDataPoint.TimerIndices MEAN
public static final TimerDataPoint.TimerIndices MINIMUM
public static final TimerDataPoint.TimerIndices MAXIMUM
public static final TimerDataPoint.TimerIndices STANDARD_DEVIATION
public static TimerDataPoint.TimerIndices[] values()
for (TimerDataPoint.TimerIndices c : TimerDataPoint.TimerIndices.values()) System.out.println(c);
public static TimerDataPoint.TimerIndices 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 © 2014. All Rights Reserved.