public enum EnumCV_CenterlineWallMotionTemplate extends java.lang.Enum<EnumCV_CenterlineWallMotionTemplate>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CenterlineWallMotionTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CenterlineWallMotionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CenterlineWallMotionTemplate FINDINGS_121070
public static final EnumCV_CenterlineWallMotionTemplate PROCEDURE_REPORTED_121058
public static final EnumCV_CenterlineWallMotionTemplate CONTOUR_REALIGNMENT_122410
public static final EnumCV_CenterlineWallMotionTemplate THRESHOLD_VALUE_122411
public static final EnumCV_CenterlineWallMotionTemplate ABNORMAL_REGION_122451
public static final EnumCV_CenterlineWallMotionTemplate CARDIAC_WALL_MOTION_F_32050
public static final EnumCV_CenterlineWallMotionTemplate CIRCUMFERENTIAL_EXTENT_R_404F0
public static final EnumCV_CenterlineWallMotionTemplate FIRST_CHORD_OF_ABNORMAL_REGION_122452
public static final EnumCV_CenterlineWallMotionTemplate LAST_CHORD_OF_ABNORMAL_REGION_122453
public static final EnumCV_CenterlineWallMotionTemplate REGIONAL_ABNORMAL_WALL_MOTION_122417
public static final EnumCV_CenterlineWallMotionTemplate FINDING_SITE_G_C03E
public static final EnumCV_CenterlineWallMotionTemplate ANALYSIS_PERFORMED_111004
public static final EnumCV_CenterlineWallMotionTemplate CENTERLINE_WALL_MOTION_ANALYSIS_122499
public static EnumCV_CenterlineWallMotionTemplate[] values()
for (EnumCV_CenterlineWallMotionTemplate c : EnumCV_CenterlineWallMotionTemplate.values()) System.out.println(c);
public static EnumCV_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()