public enum PolarTickStep extends Enum<PolarTickStep>
| Enum Constant and Description |
|---|
FIFTEEN |
FIVE |
FOURTY_FIVE |
NINETY |
SIXTY |
THIRTY |
| Modifier and Type | Method and Description |
|---|---|
double |
get() |
static PolarTickStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolarTickStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolarTickStep FIVE
public static final PolarTickStep FIFTEEN
public static final PolarTickStep THIRTY
public static final PolarTickStep FOURTY_FIVE
public static final PolarTickStep SIXTY
public static final PolarTickStep NINETY
public static PolarTickStep[] values()
for (PolarTickStep c : PolarTickStep.values()) System.out.println(c);
public static PolarTickStep 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 double get()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.