public enum EnumCM_AtrialSourceLocations extends java.lang.Enum<EnumCM_AtrialSourceLocations>
| Enum Constant and Description |
|---|
BAFFLE |
COMMON_ATRIUM |
CORONARY_SINUS |
JUXTAPOSED_APPENDAGE |
LEFT_ATRIUM |
PULMONARY_ARTERY_WEDGE |
PULMONARY_CAPILLARY_WEDGE |
PULMONARY_CHAMBER_IN_COR_TRIATRIATUM |
PULMONARY_VENOUS_ATRIUM |
RIGHT_ATRIUM |
SYSTEMIC_VENOUS_ATRIUM |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AtrialSourceLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AtrialSourceLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AtrialSourceLocations BAFFLE
public static final EnumCM_AtrialSourceLocations COMMON_ATRIUM
public static final EnumCM_AtrialSourceLocations CORONARY_SINUS
public static final EnumCM_AtrialSourceLocations JUXTAPOSED_APPENDAGE
public static final EnumCM_AtrialSourceLocations LEFT_ATRIUM
public static final EnumCM_AtrialSourceLocations PULMONARY_ARTERY_WEDGE
public static final EnumCM_AtrialSourceLocations PULMONARY_CAPILLARY_WEDGE
public static final EnumCM_AtrialSourceLocations PULMONARY_VENOUS_ATRIUM
public static final EnumCM_AtrialSourceLocations PULMONARY_CHAMBER_IN_COR_TRIATRIATUM
public static final EnumCM_AtrialSourceLocations RIGHT_ATRIUM
public static final EnumCM_AtrialSourceLocations SYSTEMIC_VENOUS_ATRIUM
public static EnumCM_AtrialSourceLocations[] values()
for (EnumCM_AtrialSourceLocations c : EnumCM_AtrialSourceLocations.values()) System.out.println(c);
public static EnumCM_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()