public enum EnumPartialFourierDirection extends java.lang.Enum<EnumPartialFourierDirection>
| Enum Constant and Description |
|---|
COMBINATION
The COMBINATION.
|
FREQUENCY
The FREQUENCY.
|
PHASE
The PHASE.
|
SLICE_SELECT
The SLICE_SELECT.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static EnumPartialFourierDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPartialFourierDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPartialFourierDirection PHASE
public static final EnumPartialFourierDirection FREQUENCY
public static final EnumPartialFourierDirection SLICE_SELECT
public static final EnumPartialFourierDirection COMBINATION
public static EnumPartialFourierDirection[] values()
for (EnumPartialFourierDirection c : EnumPartialFourierDirection.values()) System.out.println(c);
public static EnumPartialFourierDirection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()