public enum EnumCV_MyocardialWallSegmentsInProjection extends java.lang.Enum<EnumCV_MyocardialWallSegmentsInProjection>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_MyocardialWallSegmentsInProjection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_MyocardialWallSegmentsInProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_ANTERIOR_SEGMENT_T_32619
public static final EnumCV_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_ANTEROLATERAL_REGION_T_32634
public static final EnumCV_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_APEX_OF_HEART_T_32636
public static final EnumCV_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_DIAPHRAGMATIC_REGION_T_32632
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_INFERIOR_SEGMENT_T_32615
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_LATERAL_SEGMENT_T_32603
public static final EnumCV_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_POSTEROLATERAL_REGION_T_32633
public static final EnumCV_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_INFEROLATERAL_REGION_T_32637
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_APICAL_SEPTAL_SEGMENT_T_32614
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICULAR_BASAL_SEPTAL_SEGMENT_T_32601
public static final EnumCV_MyocardialWallSegmentsInProjection LEFT_VENTRICULAR_POSTEROBASAL_SEGMENT_R_101C0
public static EnumCV_MyocardialWallSegmentsInProjection[] values()
for (EnumCV_MyocardialWallSegmentsInProjection c : EnumCV_MyocardialWallSegmentsInProjection.values()) System.out.println(c);
public static EnumCV_MyocardialWallSegmentsInProjection 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()