@Generated(value="StatType") public enum StatType extends Enum<StatType>
| Enum Constant and Description |
|---|
Mean |
MeanMagnitude |
NULL_VAL |
Stdev |
| Modifier and Type | Method and Description |
|---|---|
static StatType |
get(short value) |
short |
value() |
static StatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatType Mean
public static final StatType Stdev
public static final StatType MeanMagnitude
public static final StatType NULL_VAL
public static StatType[] values()
for (StatType c : StatType.values()) System.out.println(c);
public static StatType 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 nullpublic short value()
public static StatType get(short value)
Copyright © 2019. All rights reserved.