public static enum RulesChronoChartRecorder.DataType extends Enum<RulesChronoChartRecorder.DataType>
| Enum Constant and Description |
|---|
GlobalAvg |
GlobalMax |
GlobalMin |
RulesAvg |
RulesMax |
RulesMin |
| Modifier and Type | Method and Description |
|---|---|
static RulesChronoChartRecorder.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RulesChronoChartRecorder.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RulesChronoChartRecorder.DataType RulesMax
public static final RulesChronoChartRecorder.DataType RulesAvg
public static final RulesChronoChartRecorder.DataType RulesMin
public static final RulesChronoChartRecorder.DataType GlobalMax
public static final RulesChronoChartRecorder.DataType GlobalAvg
public static final RulesChronoChartRecorder.DataType GlobalMin
public static RulesChronoChartRecorder.DataType[] values()
for (RulesChronoChartRecorder.DataType c : RulesChronoChartRecorder.DataType.values()) System.out.println(c);
public static RulesChronoChartRecorder.DataType 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 © 2021. All rights reserved.