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