public enum EnumCM_RadialBasedWallMotionTemplate extends java.lang.Enum<EnumCM_RadialBasedWallMotionTemplate>
| Enum Constant and Description |
|---|
ANALYSIS_PERFORMED |
CONTOUR_REALIGNMENT |
FINDING_SITE |
FINDINGS |
PROCEDURE_REPORTED |
RADIAL_BASED_WALL_MOTION_ANALYSIS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RadialBasedWallMotionTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RadialBasedWallMotionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RadialBasedWallMotionTemplate FINDINGS
public static final EnumCM_RadialBasedWallMotionTemplate PROCEDURE_REPORTED
public static final EnumCM_RadialBasedWallMotionTemplate CONTOUR_REALIGNMENT
public static final EnumCM_RadialBasedWallMotionTemplate FINDING_SITE
public static final EnumCM_RadialBasedWallMotionTemplate RADIAL_BASED_WALL_MOTION_ANALYSIS
public static final EnumCM_RadialBasedWallMotionTemplate ANALYSIS_PERFORMED
public static EnumCM_RadialBasedWallMotionTemplate[] values()
for (EnumCM_RadialBasedWallMotionTemplate c : EnumCM_RadialBasedWallMotionTemplate.values()) System.out.println(c);
public static EnumCM_RadialBasedWallMotionTemplate 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()