public enum EnumCV_EchocardiographyVolumeMethods extends java.lang.Enum<EnumCV_EchocardiographyVolumeMethods>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EchocardiographyVolumeMethods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EchocardiographyVolumeMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EchocardiographyVolumeMethods AREA_LENGTH_BIPLANE_125204
public static final EnumCV_EchocardiographyVolumeMethods AREA_LENGTH_SINGLE_PLANE_125205
public static final EnumCV_EchocardiographyVolumeMethods BIPLANE_ELLIPSE_125211
public static final EnumCV_EchocardiographyVolumeMethods SINGLE_PLANE_ELLIPSE_125226
public static final EnumCV_EchocardiographyVolumeMethods CUBE_METHOD_125206
public static final EnumCV_EchocardiographyVolumeMethods METHOD_OF_DISKS_BIPLANE_125207
public static final EnumCV_EchocardiographyVolumeMethods METHOD_OF_DISKS_SINGLE_PLANE_125208
public static final EnumCV_EchocardiographyVolumeMethods TEICHHOLZ_125209
public static final EnumCV_EchocardiographyVolumeMethods MODIFIED_SIMPSON_125227
public static final EnumCV_EchocardiographyVolumeMethods BULLET_METHOD_125228
public static EnumCV_EchocardiographyVolumeMethods[] values()
for (EnumCV_EchocardiographyVolumeMethods c : EnumCV_EchocardiographyVolumeMethods.values()) System.out.println(c);
public static EnumCV_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()