public static enum WaveletCoefficients.MODE extends Enum<WaveletCoefficients.MODE>
| Enum Constant and Description |
|---|
MODE_ASYMMETRIC |
MODE_CONSTANT_EDGE |
MODE_INVALID |
MODE_MAX |
MODE_PERIODIC |
MODE_PERIODIZATION |
MODE_SMOOTH |
MODE_SYMMETRIC |
MODE_ZEROPAD |
| Modifier and Type | Method and Description |
|---|---|
static WaveletCoefficients.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaveletCoefficients.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaveletCoefficients.MODE MODE_INVALID
public static final WaveletCoefficients.MODE MODE_ZEROPAD
public static final WaveletCoefficients.MODE MODE_SYMMETRIC
public static final WaveletCoefficients.MODE MODE_ASYMMETRIC
public static final WaveletCoefficients.MODE MODE_CONSTANT_EDGE
public static final WaveletCoefficients.MODE MODE_SMOOTH
public static final WaveletCoefficients.MODE MODE_PERIODIC
public static final WaveletCoefficients.MODE MODE_PERIODIZATION
public static final WaveletCoefficients.MODE MODE_MAX
public static WaveletCoefficients.MODE[] values()
for (WaveletCoefficients.MODE c : WaveletCoefficients.MODE.values()) System.out.println(c);
public static WaveletCoefficients.MODE 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.