public enum EnumCM_OBFetalBodyWeightEquationsAndTables extends java.lang.Enum<EnumCM_OBFetalBodyWeightEquationsAndTables>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OBFetalBodyWeightEquationsAndTables |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OBFetalBodyWeightEquationsAndTables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_CAMPBELL_1975
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_HADLOCK_1984
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HADLOCK_1984
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HADLOCK_1985
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HC_HADLOCK_1985
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HADLOCK_1984
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HADLOCK_1985
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HC_HADLOCK_1985
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_HC_HADLOCK_1984
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_TTD_HANSMANN_1986
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_AND_BPD_SHEPARD_1982
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_FTA_FL_OSAKA_1990
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW1_BY_SHINOZUKA_1996
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW2_BY_SHINOZUKA_1996
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW3_BY_SHINOZUKA_1996
public static final EnumCM_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_APAD_TAD_FL_TOKYO_1987
public static EnumCM_OBFetalBodyWeightEquationsAndTables[] values()
for (EnumCM_OBFetalBodyWeightEquationsAndTables c : EnumCM_OBFetalBodyWeightEquationsAndTables.values()) System.out.println(c);
public static EnumCM_OBFetalBodyWeightEquationsAndTables 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()