public enum EnumBulkMotionCompensationTechnique extends java.lang.Enum<EnumBulkMotionCompensationTechnique>
| Enum Constant and Description |
|---|
BREATH_HOLD
The BREAT h_ hold.
|
CORRECTION
The CORRECTION.
|
GATING
The GATING.
|
NONE
The NONE.
|
PHASE_ORDERING
The PHAS e_ ordering.
|
PHASE_RESCANNING
The PHAS e_ rescanning.
|
REALTIME
The REALTIME.
|
RETROSPECTIVE
The RETROSPECTIVE.
|
TRACKING
The TRACKING.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the String value of this enum.
|
static EnumBulkMotionCompensationTechnique |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumBulkMotionCompensationTechnique[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumBulkMotionCompensationTechnique NONE
public static final EnumBulkMotionCompensationTechnique BREATH_HOLD
public static final EnumBulkMotionCompensationTechnique REALTIME
public static final EnumBulkMotionCompensationTechnique GATING
public static final EnumBulkMotionCompensationTechnique TRACKING
public static final EnumBulkMotionCompensationTechnique PHASE_ORDERING
public static final EnumBulkMotionCompensationTechnique PHASE_RESCANNING
public static final EnumBulkMotionCompensationTechnique RETROSPECTIVE
public static final EnumBulkMotionCompensationTechnique CORRECTION
public static EnumBulkMotionCompensationTechnique[] values()
for (EnumBulkMotionCompensationTechnique c : EnumBulkMotionCompensationTechnique.values()) System.out.println(c);
public static EnumBulkMotionCompensationTechnique 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()