public static enum DataSetMath.ErrType extends Enum<DataSetMath.ErrType>
| Modifier and Type | Method and Description |
|---|---|
static DataSetMath.ErrType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetMath.ErrType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetMath.ErrType EXN
public static final DataSetMath.ErrType EXP
public static final DataSetMath.ErrType EYN
public static final DataSetMath.ErrType EYP
public static DataSetMath.ErrType[] values()
for (DataSetMath.ErrType c : DataSetMath.ErrType.values()) System.out.println(c);
public static DataSetMath.ErrType 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.