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