public enum EnumCM_CoronaryArterySegments extends java.lang.Enum<EnumCM_CoronaryArterySegments>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CoronaryArterySegments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CoronaryArterySegments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CoronaryArterySegments FIRST_DIAGONAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments FIRST_LEFT_POSTEROLATERAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments FIRST_MARGINAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments FIRST_RIGHT_POSTEROLATERAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments FIRST_SEPTAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments SECOND_DIAGONAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments SECONDLEFTPOSTEROLATERALCORONARYARTERY
public static final EnumCM_CoronaryArterySegments SECOND_MARGINAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments SECOND_RIGHT_POSTEROLATERAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments THIRD_DIAGONAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments THIRDLEFTPOSTEROLATERALCORONARYARTERY
public static final EnumCM_CoronaryArterySegments THIRD_MARGINAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments THIRDRIGHTPOSTEROLATERALCORONARYARTERY
public static final EnumCM_CoronaryArterySegments MARGINAL_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments AV_GROOVE_CONTINUATION_OF_CIRCUMFLEX_ARTERY
public static final EnumCM_CoronaryArterySegments DISTAL_CIRCUMFLEX_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments DISTAL_LEFT_ANTERIOR_DESCENDING_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments DISTAL_RIGHT_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments FIRST_DIAGONAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments FIRST_MARGINAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments SECOND_DIAGONAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments SECOND_MARGINAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments THIRD_DIAGONAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments THIRD_MARGINAL_CORONARY_ARTERY_LATERALS
public static final EnumCM_CoronaryArterySegments RAMUS_LATERALS
public static final EnumCM_CoronaryArterySegments LEFT_MAIN_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments LEFT_MAIN_CORONARY_ARTERY_OSTIUM
public static final EnumCM_CoronaryArterySegments LEFT_POSTERIOR_DESCENDING_ARTERY
public static final EnumCM_CoronaryArterySegments MID_CIRCUMFLEX_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments MIDLEFTANTERIORDESCENDINGCORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments MID_RIGHT_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments POSTERIOR_DESCENDING_RIGHT_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments POSTERIORDESCENDINGSEPTALPERFORATORS
public static final EnumCM_CoronaryArterySegments PROXIMAL_CIRCUMFLEX_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments PROXIMAL_LEFT_ANTERIOR_DESCENDING_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments PROXIMAL_RIGHT_CORONARY_ARTERY
public static final EnumCM_CoronaryArterySegments INTERMEDIATE_ARTERY_RAMUS
public static final EnumCM_CoronaryArterySegments RIGHT_CORONARY_ARTERY_OSTIUM
public static final EnumCM_CoronaryArterySegments RIGHT_POSTERIOR_AV_CORONARY_ARTERY
public static EnumCM_CoronaryArterySegments[] values()
for (EnumCM_CoronaryArterySegments c : EnumCM_CoronaryArterySegments.values()) System.out.println(c);
public static EnumCM_CoronaryArterySegments 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()