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