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