public static enum SimpleMeasurements.MeasurementCategory extends Enum<SimpleMeasurements.MeasurementCategory>
| Enum Constant and Description |
|---|
ACC |
HORIZONTAL |
INDICATOR |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SimpleMeasurements.MeasurementCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleMeasurements.MeasurementCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleMeasurements.MeasurementCategory INDICATOR
public static final SimpleMeasurements.MeasurementCategory VERTICAL
public static final SimpleMeasurements.MeasurementCategory HORIZONTAL
public static final SimpleMeasurements.MeasurementCategory ACC
public static SimpleMeasurements.MeasurementCategory[] values()
for (SimpleMeasurements.MeasurementCategory c : SimpleMeasurements.MeasurementCategory.values()) System.out.println(c);
public static SimpleMeasurements.MeasurementCategory 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 nullpublic String toString()
toString in class Enum<SimpleMeasurements.MeasurementCategory>Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.