public static enum DataSetMath.Filter extends Enum<DataSetMath.Filter>
| Enum Constant and Description |
|---|
GEOMMEAN |
MAX |
MEAN |
MEDIAN |
MIN |
P2P |
RMS |
| Modifier and Type | Method and Description |
|---|---|
static DataSetMath.Filter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetMath.Filter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetMath.Filter MEAN
public static final DataSetMath.Filter MEDIAN
public static final DataSetMath.Filter MIN
public static final DataSetMath.Filter MAX
public static final DataSetMath.Filter P2P
public static final DataSetMath.Filter RMS
public static final DataSetMath.Filter GEOMMEAN
public static DataSetMath.Filter[] values()
for (DataSetMath.Filter c : DataSetMath.Filter.values()) System.out.println(c);
public static DataSetMath.Filter 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 © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.