public enum EnumCV_BodySurfaceAreaEquations extends java.lang.Enum<EnumCV_BodySurfaceAreaEquations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_BodySurfaceAreaEquations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_BodySurfaceAreaEquations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_BodySurfaceAreaEquations BSA_0_003207_WT_0_7285_0_0188_LOG_WT_HT_0_3_122240
public static final EnumCV_BodySurfaceAreaEquations BSA_0_007184_WT_0_425_HT_0_725_122241
public static final EnumCV_BodySurfaceAreaEquations BSA_0_0235_WT_0_51456_HTCM_0_42246_122242
public static final EnumCV_BodySurfaceAreaEquations BSA_0_024265_WT_0_5378_HTCM_0_3964_122243
public static final EnumCV_BodySurfaceAreaEquations BSA_HT_WT_36_0_5_122244
public static final EnumCV_BodySurfaceAreaEquations BSA_1321_0_3433_WT_122245
public static final EnumCV_BodySurfaceAreaEquations BSA_0_0004688_WT_0_8168_0_0154_LOG_WT_122246
public static final EnumCV_BodySurfaceAreaEquations BSA_0_007358_WT_0_425_HT_0_725_122266
public static final EnumCV_BodySurfaceAreaEquations BSA_0_010265_WT_0_423_HT_0_651_122267
public static final EnumCV_BodySurfaceAreaEquations BSA_0_008883_WT_0_444_HT_0_663_122268
public static final EnumCV_BodySurfaceAreaEquations BSA_0_038189_WT_0_423_HT_0_362_122269
public static final EnumCV_BodySurfaceAreaEquations BSA_0_009568_WT_0_473_HT_0_655_122270
public static EnumCV_BodySurfaceAreaEquations[] values()
for (EnumCV_BodySurfaceAreaEquations c : EnumCV_BodySurfaceAreaEquations.values()) System.out.println(c);
public static EnumCV_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()