public enum EnumCV_CoronaryArterySegments extends java.lang.Enum<EnumCV_CoronaryArterySegments>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CoronaryArterySegments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CoronaryArterySegments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CoronaryArterySegments FIRST_DIAGONAL_CORONARY_ARTERY_T_43117
public static final EnumCV_CoronaryArterySegments FIRST_LEFT_POSTEROLATERAL_CORONARY_ARTERY_T_4312B
public static final EnumCV_CoronaryArterySegments FIRST_MARGINAL_CORONARY_ARTERY_T_43128
public static final EnumCV_CoronaryArterySegments FIRST_RIGHT_POSTEROLATERAL_CORONARY_ARTERY_T_43213
public static final EnumCV_CoronaryArterySegments FIRST_SEPTAL_CORONARY_ARTERY_T_43002
public static final EnumCV_CoronaryArterySegments SECOND_DIAGONAL_CORONARY_ARTERY_T_43118
public static final EnumCV_CoronaryArterySegments SECONDLEFTPOSTEROLATERALCORONARYARTERY_T_4312C
public static final EnumCV_CoronaryArterySegments SECOND_MARGINAL_CORONARY_ARTERY_T_43129
public static final EnumCV_CoronaryArterySegments SECOND_RIGHT_POSTEROLATERAL_CORONARY_ARTERY_T_43214
public static final EnumCV_CoronaryArterySegments THIRD_DIAGONAL_CORONARY_ARTERY_T_43119
public static final EnumCV_CoronaryArterySegments THIRDLEFTPOSTEROLATERALCORONARYARTERY_T_4312D
public static final EnumCV_CoronaryArterySegments THIRD_MARGINAL_CORONARY_ARTERY_T_4312A
public static final EnumCV_CoronaryArterySegments THIRDRIGHTPOSTEROLATERALCORONARYARTERY_T_43215
public static final EnumCV_CoronaryArterySegments MARGINAL_CORONARY_ARTERY_T_43230
public static final EnumCV_CoronaryArterySegments AV_GROOVE_CONTINUATION_OF_CIRCUMFLEX_ARTERY_T_43124
public static final EnumCV_CoronaryArterySegments DISTAL_CIRCUMFLEX_CORONARY_ARTERY_T_43122
public static final EnumCV_CoronaryArterySegments DISTAL_LEFT_ANTERIOR_DESCENDING_CORONARY_ARTERY_T_43112
public static final EnumCV_CoronaryArterySegments DISTAL_RIGHT_CORONARY_ARTERY_T_43202
public static final EnumCV_CoronaryArterySegments FIRST_DIAGONAL_CORONARY_ARTERY_LATERALS_15A
public static final EnumCV_CoronaryArterySegments FIRST_MARGINAL_CORONARY_ARTERY_LATERALS_20A
public static final EnumCV_CoronaryArterySegments SECOND_DIAGONAL_CORONARY_ARTERY_LATERALS_16A
public static final EnumCV_CoronaryArterySegments SECOND_MARGINAL_CORONARY_ARTERY_LATERALS_21A
public static final EnumCV_CoronaryArterySegments THIRD_DIAGONAL_CORONARY_ARTERY_LATERALS_29A
public static final EnumCV_CoronaryArterySegments THIRD_MARGINAL_CORONARY_ARTERY_LATERALS_22A
public static final EnumCV_CoronaryArterySegments RAMUS_LATERALS_28A
public static final EnumCV_CoronaryArterySegments LEFT_MAIN_CORONARY_ARTERY_T_43107
public static final EnumCV_CoronaryArterySegments LEFT_MAIN_CORONARY_ARTERY_OSTIUM_T_43105
public static final EnumCV_CoronaryArterySegments LEFT_POSTERIOR_DESCENDING_ARTERY_T_43126
public static final EnumCV_CoronaryArterySegments MID_CIRCUMFLEX_CORONARY_ARTERY_T_43127
public static final EnumCV_CoronaryArterySegments MIDLEFTANTERIORDESCENDINGCORONARY_ARTERY_T_43115
public static final EnumCV_CoronaryArterySegments MID_RIGHT_CORONARY_ARTERY_T_D6515
public static final EnumCV_CoronaryArterySegments POSTERIOR_DESCENDING_RIGHT_CORONARY_ARTERY_T_43210
public static final EnumCV_CoronaryArterySegments POSTERIORDESCENDINGSEPTALPERFORATORS_9
public static final EnumCV_CoronaryArterySegments PROXIMAL_CIRCUMFLEX_CORONARY_ARTERY_T_43121
public static final EnumCV_CoronaryArterySegments PROXIMAL_LEFT_ANTERIOR_DESCENDING_CORONARY_ARTERY_T_43111
public static final EnumCV_CoronaryArterySegments PROXIMAL_RIGHT_CORONARY_ARTERY_T_43201
public static final EnumCV_CoronaryArterySegments INTERMEDIATE_ARTERY_RAMUS_T_43003
public static final EnumCV_CoronaryArterySegments RIGHT_CORONARY_ARTERY_OSTIUM_T_43205
public static final EnumCV_CoronaryArterySegments RIGHT_POSTERIOR_AV_CORONARY_ARTERY_T_43212
public static EnumCV_CoronaryArterySegments[] values()
for (EnumCV_CoronaryArterySegments c : EnumCV_CoronaryArterySegments.values()) System.out.println(c);
public static EnumCV_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()