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