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