public static enum TSpectrum.FilterOrder extends Enum<TSpectrum.FilterOrder>
| Modifier and Type | Method and Description |
|---|---|
static TSpectrum.FilterOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSpectrum.FilterOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSpectrum.FilterOrder ORDER_2
public static final TSpectrum.FilterOrder ORDER_4
public static final TSpectrum.FilterOrder ORDER_6
public static final TSpectrum.FilterOrder ORDER_8
public static TSpectrum.FilterOrder[] values()
for (TSpectrum.FilterOrder c : TSpectrum.FilterOrder.values()) System.out.println(c);
public static TSpectrum.FilterOrder 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.