public enum EnumCM_CoronaryArteriographyFindings extends java.lang.Enum<EnumCM_CoronaryArteriographyFindings>
| Enum Constant and Description |
|---|
CORONARY_ARTERY_FEATURE |
CORONARY_DOMINANCE |
FINDING_SITE |
FINDINGS |
PROCEDURE_REPORTED |
TOPOGRAPHICAL_MODIFIER |
VESSEL_MORPHOLOGY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CoronaryArteriographyFindings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CoronaryArteriographyFindings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CoronaryArteriographyFindings FINDINGS
public static final EnumCM_CoronaryArteriographyFindings PROCEDURE_REPORTED
public static final EnumCM_CoronaryArteriographyFindings CORONARY_DOMINANCE
public static final EnumCM_CoronaryArteriographyFindings FINDING_SITE
public static final EnumCM_CoronaryArteriographyFindings TOPOGRAPHICAL_MODIFIER
public static final EnumCM_CoronaryArteriographyFindings VESSEL_MORPHOLOGY
public static final EnumCM_CoronaryArteriographyFindings CORONARY_ARTERY_FEATURE
public static EnumCM_CoronaryArteriographyFindings[] values()
for (EnumCM_CoronaryArteriographyFindings c : EnumCM_CoronaryArteriographyFindings.values()) System.out.println(c);
public static EnumCM_CoronaryArteriographyFindings 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()