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