public static enum TrackingResultTable.DataType extends java.lang.Enum<TrackingResultTable.DataType>
Modifier and Type | Method and Description |
---|---|
static TrackingResultTable.DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrackingResultTable.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackingResultTable.DataType SUM
public static final TrackingResultTable.DataType MEAN
public static final TrackingResultTable.DataType SD
public static final TrackingResultTable.DataType MIN
public static final TrackingResultTable.DataType MAX
public static final TrackingResultTable.DataType RAW
public static TrackingResultTable.DataType[] values()
for (TrackingResultTable.DataType c : TrackingResultTable.DataType.values()) System.out.println(c);
public static TrackingResultTable.DataType 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