public static enum EnumFrameType.Value3 extends java.lang.Enum<EnumFrameType.Value3>
| Enum Constant and Description |
|---|
ANGIO_TIME
The ANGIO_TIME.
|
CINE
The CINE.
|
DIFFUSION
The DIFFUSION.
|
FLOW_ENCODED
The FLOW_ENCODED.
|
FLUID_ATTENUATED
The FLUID_ATTENUATED.
|
FMRI
The FMRI.
|
M_MODE
The M_MODE.
|
MAX_IP
The MAX_IP.
|
METABOLITE_MAP
The METABOLITE_MAP.
|
MIN_IP
The MIN_IP.
|
PROTON_DENSITY
The PROTON_DENSITY.
|
REALTIME
The REALTIME.
|
STATICMULTIECHO
The MULTIECHO.
|
STIR
The STIR.
|
STRESS
The STRESS.
|
T1
The T1.
|
T2
The T2.
|
T2_STAR
The T2_STAR.
|
TAGGING
The TAGGING.
|
TEMPERATURE
The TEMPERATURE.
|
TOF
The TOF.
|
VELOCITY
The VELOCITY.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
void |
setValue(EnumImageType.Value3 enumImageValue)
Sets the value.
|
static EnumFrameType.Value3 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFrameType.Value3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumFrameType.Value3 ANGIO_TIME
public static final EnumFrameType.Value3 METABOLITE_MAP
public static final EnumFrameType.Value3 CINE
public static final EnumFrameType.Value3 DIFFUSION
public static final EnumFrameType.Value3 FLOW_ENCODED
public static final EnumFrameType.Value3 FLUID_ATTENUATED
public static final EnumFrameType.Value3 FMRI
public static final EnumFrameType.Value3 MAX_IP
public static final EnumFrameType.Value3 MIN_IP
public static final EnumFrameType.Value3 M_MODE
public static final EnumFrameType.Value3 STATICMULTIECHO
public static final EnumFrameType.Value3 PROTON_DENSITY
public static final EnumFrameType.Value3 REALTIME
public static final EnumFrameType.Value3 STIR
public static final EnumFrameType.Value3 STRESS
public static final EnumFrameType.Value3 TAGGING
public static final EnumFrameType.Value3 TEMPERATURE
public static final EnumFrameType.Value3 T1
public static final EnumFrameType.Value3 T2
public static final EnumFrameType.Value3 T2_STAR
public static final EnumFrameType.Value3 TOF
public static final EnumFrameType.Value3 VELOCITY
public static EnumFrameType.Value3[] values()
for (EnumFrameType.Value3 c : EnumFrameType.Value3.values()) System.out.println(c);
public static EnumFrameType.Value3 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.Value3 enumImageValue)
enumImageValue - the new value