public enum EnumCV_MyocardialWallSegments extends java.lang.Enum<EnumCV_MyocardialWallSegments>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_MyocardialWallSegments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_MyocardialWallSegments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_ANTERIOR_SEGMENT_T_32619
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_ANTEROSEPTAL_SEGMENT_R_10075
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_INFEROSEPTAL_SEGMENT_R_10076
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_INFERIOR_SEGMENT_T_32615
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_INFEROLATERAL_SEGMENT_R_10079
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_BASAL_ANTEROLATERAL_SEGMENT_R_1007A
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_ANTERIOR_SEGMENT_T_32617
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_ANTEROSEPTAL_SEGMENT_R_10077
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_INFEROSEPTAL_SEGMENT_R_10078
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_INFERIOR_SEGMENT_T_32616
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_INFEROLATERAL_SEGMENT_R_1007B
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_MID_ANTEROLATERAL_SEGMENT_R_1007C
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_APICAL_ANTERIOR_SEGMENT_T_32613
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_APICAL_SEPTAL_SEGMENT_T_32614
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_APICAL_INFERIOR_SEGMENT_T_32618
public static final EnumCV_MyocardialWallSegments LEFT_VENTRICLE_APICAL_LATERAL_SEGMENT_T_3261C
public static final EnumCV_MyocardialWallSegments APEX_OF_LEFT_VENTRICLE_T_32602
public static EnumCV_MyocardialWallSegments[] values()
for (EnumCV_MyocardialWallSegments c : EnumCV_MyocardialWallSegments.values()) System.out.println(c);
public static EnumCV_MyocardialWallSegments 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()