public static enum DataSetMath.MathOp extends Enum<DataSetMath.MathOp>
| Enum Constant and Description |
|---|
ADD |
DB |
DIVIDE |
INV_DB |
LOG10 |
MULTIPLY |
SQR |
SQRT |
SUBTRACT |
| Modifier and Type | Method and Description |
|---|---|
static DataSetMath.MathOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetMath.MathOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetMath.MathOp ADD
public static final DataSetMath.MathOp SUBTRACT
public static final DataSetMath.MathOp MULTIPLY
public static final DataSetMath.MathOp DIVIDE
public static final DataSetMath.MathOp SQR
public static final DataSetMath.MathOp SQRT
public static final DataSetMath.MathOp LOG10
public static final DataSetMath.MathOp DB
public static final DataSetMath.MathOp INV_DB
public static DataSetMath.MathOp[] values()
for (DataSetMath.MathOp c : DataSetMath.MathOp.values()) System.out.println(c);
public static DataSetMath.MathOp 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.