public static enum DataSetError.ErrorType extends Enum<DataSetError.ErrorType>
| Enum Constant and Description |
|---|
NO_ERROR |
X |
X_ASYMMETRIC |
XY |
XY_ASYMMETRIC |
Y |
Y_ASYMMETRIC |
| Modifier and Type | Method and Description |
|---|---|
static DataSetError.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetError.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetError.ErrorType NO_ERROR
public static final DataSetError.ErrorType X
public static final DataSetError.ErrorType Y
public static final DataSetError.ErrorType XY
public static final DataSetError.ErrorType X_ASYMMETRIC
public static final DataSetError.ErrorType Y_ASYMMETRIC
public static final DataSetError.ErrorType XY_ASYMMETRIC
public static DataSetError.ErrorType[] values()
for (DataSetError.ErrorType c : DataSetError.ErrorType.values()) System.out.println(c);
public static DataSetError.ErrorType 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.