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