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