public enum EnumRespiratoryMotionCompensation extends java.lang.Enum<EnumRespiratoryMotionCompensation>
| 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()
This function returns the String value of this enum.
|
static EnumRespiratoryMotionCompensation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRespiratoryMotionCompensation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRespiratoryMotionCompensation NONE
public static final EnumRespiratoryMotionCompensation BREATH_HOLD
public static final EnumRespiratoryMotionCompensation REALTIME
public static final EnumRespiratoryMotionCompensation GATING
public static final EnumRespiratoryMotionCompensation TRACKING
public static final EnumRespiratoryMotionCompensation PHASE_ORDERING
public static final EnumRespiratoryMotionCompensation PHASE_RESCANNING
public static final EnumRespiratoryMotionCompensation RETROSPECTIVE
public static final EnumRespiratoryMotionCompensation CORRECTION
public static EnumRespiratoryMotionCompensation[] values()
for (EnumRespiratoryMotionCompensation c : EnumRespiratoryMotionCompensation.values()) System.out.println(c);
public static EnumRespiratoryMotionCompensation 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()