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