public static enum DataSetError.ErrorType extends Enum<DataSetError.ErrorType>
| Enum Constant and Description |
|---|
ASYMMETRIC |
NO_ERROR |
SYMMETRIC |
| 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 SYMMETRIC
public static final DataSetError.ErrorType 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 © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.