| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EV |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EV FRAME_TO_FRAME_ANALYSIS_122499
public static final EnumCV_EV CENTERLINE_WALL_MOTION_ANALYSIS_122449
public static final EnumCV_EV RADIAL_BASED_WALL_MOTION_ANALYSIS_122493
public static final EnumCV_EV LANDMARK_BASED_WALL_MOTION_ANALYSIS_122497
public static final EnumCV_EV ARTERIAL_DISSECTION_D3_81310
public static final EnumCV_EV RESTENOTIC_LESSION_122393
public static final EnumCV_EV LARGE_V_WAVE_R_102B9
public static final EnumCV_EV DIASTOLIC_PRESSURE_EQUALIZATION_R_102BA
public static final EnumCV_EV VENTRICULAR_SEPTAL_DEFECT_D4_31159
public static final EnumCV_EV FAMILY_HISTORY_OF_G_0002
public static EnumCV_EV[] values()
for (EnumCV_EV c : EnumCV_EV.values()) System.out.println(c);
public static EnumCV_EV 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()