public static enum EnumFrameType.Value4 extends java.lang.Enum<EnumFrameType.Value4>
| Enum Constant and Description |
|---|
ADC
The ADC.
|
DIFFUSION
The DIFFUSION.
|
DIFFUSION_ANISO
The ADC.
|
DIFFUSION_ATTNTD
The DIFFUSION_ATTNTD.
|
METABOLITE_MAP
The METABOLITE_MAP.
|
NEI
The NEI.
|
R_COEFFICIENT
The R_COEFFICIENT.
|
RHO
The RHO.
|
SCM
The SCM.
|
SNR_MAP
The SNR_MAP.
|
T1_MAP
The T1_MAP.
|
T2_MAP
The T2_MAP.
|
T2_STAR_MAP
The T2_STAR_MAP.
|
TCS
The TCS.
|
TEMPERATURE
The TEMPERATURE.
|
VELOCITY
The VELOCITY.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
void |
setValue(EnumImageType.Value4 enumImageValue)
Sets the value.
|
static EnumFrameType.Value4 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFrameType.Value4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumFrameType.Value4 ADC
public static final EnumFrameType.Value4 DIFFUSION
public static final EnumFrameType.Value4 DIFFUSION_ANISO
public static final EnumFrameType.Value4 DIFFUSION_ATTNTD
public static final EnumFrameType.Value4 METABOLITE_MAP
public static final EnumFrameType.Value4 NEI
public static final EnumFrameType.Value4 R_COEFFICIENT
public static final EnumFrameType.Value4 RHO
public static final EnumFrameType.Value4 SNR_MAP
public static final EnumFrameType.Value4 T1_MAP
public static final EnumFrameType.Value4 T2_STAR_MAP
public static final EnumFrameType.Value4 T2_MAP
public static final EnumFrameType.Value4 SCM
public static final EnumFrameType.Value4 TCS
public static final EnumFrameType.Value4 TEMPERATURE
public static final EnumFrameType.Value4 VELOCITY
public static EnumFrameType.Value4[] values()
for (EnumFrameType.Value4 c : EnumFrameType.Value4.values()) System.out.println(c);
public static EnumFrameType.Value4 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()
public void setValue(EnumImageType.Value4 enumImageValue)
enumImageValue - the new value