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