public enum EnumCM_MyocardialWallSegmentsInProjection extends java.lang.Enum<EnumCM_MyocardialWallSegmentsInProjection>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_MyocardialWallSegmentsInProjection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_MyocardialWallSegmentsInProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_ANTERIOR_SEGMENT
public static final EnumCM_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_ANTEROLATERAL_REGION
public static final EnumCM_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_APEX_OF_HEART
public static final EnumCM_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_DIAPHRAGMATIC_REGION
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_INFERIOR_SEGMENT
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_BASAL_LATERAL_SEGMENT
public static final EnumCM_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_POSTEROLATERAL_REGION
public static final EnumCM_MyocardialWallSegmentsInProjection MYOCARDIUM_OF_INFEROLATERAL_REGION
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICLE_APICAL_SEPTAL_SEGMENT
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICULAR_BASAL_SEPTAL_SEGMENT
public static final EnumCM_MyocardialWallSegmentsInProjection LEFT_VENTRICULAR_POSTEROBASAL_SEGMENT
public static EnumCM_MyocardialWallSegmentsInProjection[] values()
for (EnumCM_MyocardialWallSegmentsInProjection c : EnumCM_MyocardialWallSegmentsInProjection.values()) System.out.println(c);
public static EnumCM_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()