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