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