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