public enum EnumCM_BodySurfaceAreaEquations extends java.lang.Enum<EnumCM_BodySurfaceAreaEquations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BodySurfaceAreaEquations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BodySurfaceAreaEquations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BodySurfaceAreaEquations BSA_0_003207_WT_0_7285_0_0188_LOG_WT_HT_0_3
public static final EnumCM_BodySurfaceAreaEquations BSA_0_007184_WT_0_425_HT_0_725
public static final EnumCM_BodySurfaceAreaEquations BSA_0_0235_WT_0_51456_HTCM_0_42246
public static final EnumCM_BodySurfaceAreaEquations BSA_0_024265_WT_0_5378_HTCM_0_3964
public static final EnumCM_BodySurfaceAreaEquations BSA_HT_WT_36_0_5
public static final EnumCM_BodySurfaceAreaEquations BSA_1321_0_3433_WT
public static final EnumCM_BodySurfaceAreaEquations BSA_0_0004688_WT_0_8168_0_0154_LOG_WT
public static final EnumCM_BodySurfaceAreaEquations BSA_0_007358_WT_0_425_HT_0_725
public static final EnumCM_BodySurfaceAreaEquations BSA_0_010265_WT_0_423_HT_0_651
public static final EnumCM_BodySurfaceAreaEquations BSA_0_008883_WT_0_444_HT_0_663
public static final EnumCM_BodySurfaceAreaEquations BSA_0_038189_WT_0_423_HT_0_362
public static final EnumCM_BodySurfaceAreaEquations BSA_0_009568_WT_0_473_HT_0_655
public static EnumCM_BodySurfaceAreaEquations[] values()
for (EnumCM_BodySurfaceAreaEquations c : EnumCM_BodySurfaceAreaEquations.values()) System.out.println(c);
public static EnumCM_BodySurfaceAreaEquations 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()