public enum EnumCV_AtrialSourceLocations extends java.lang.Enum<EnumCV_AtrialSourceLocations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AtrialSourceLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AtrialSourceLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AtrialSourceLocations BAFFLE_A_00203
public static final EnumCV_AtrialSourceLocations COMMON_ATRIUM_D4_31320
public static final EnumCV_AtrialSourceLocations CORONARY_SINUS_T_32330
public static final EnumCV_AtrialSourceLocations JUXTAPOSED_APPENDAGE_D4_31052
public static final EnumCV_AtrialSourceLocations LEFT_ATRIUM_T_32300
public static final EnumCV_AtrialSourceLocations PULMONARY_ARTERY_WEDGE_G_DB27
public static final EnumCV_AtrialSourceLocations PULMONARY_CAPILLARY_WEDGE_G_DB26
public static final EnumCV_AtrialSourceLocations PULMONARY_VENOUS_ATRIUM_D4_33514
public static final EnumCV_AtrialSourceLocations PULMONARY_CHAMBER_IN_COR_TRIATRIATUM_T_32190
public static final EnumCV_AtrialSourceLocations RIGHT_ATRIUM_T_32200
public static final EnumCV_AtrialSourceLocations SYSTEMIC_VENOUS_ATRIUM_D4_33516
public static EnumCV_AtrialSourceLocations[] values()
for (EnumCV_AtrialSourceLocations c : EnumCV_AtrialSourceLocations.values()) System.out.println(c);
public static EnumCV_AtrialSourceLocations 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()