public enum EnumCV_OBFetalBodyWeightEquationsAndTables extends java.lang.Enum<EnumCV_OBFetalBodyWeightEquationsAndTables>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OBFetalBodyWeightEquationsAndTables |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OBFetalBodyWeightEquationsAndTables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_CAMPBELL_1975_11756_4
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_HADLOCK_1984_11738_2
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HADLOCK_1984_11734_1
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HADLOCK_1985_11735_8
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_BPD_FL_HC_HADLOCK_1985_11732_5
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HADLOCK_1984_11750_7
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HADLOCK_1985_11751_5
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_FL_HC_HADLOCK_1985_11746_5
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_HC_HADLOCK_1984_11754_9
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_TTD_HANSMANN_1986_33139_7
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_AC_AND_BPD_SHEPARD_1982_11739_0
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_FTA_FL_OSAKA_1990_33140_5
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW1_BY_SHINOZUKA_1996_33141_3
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW2_BY_SHINOZUKA_1996_33142_1
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW3_BY_SHINOZUKA_1996_33143_9
public static final EnumCV_OBFetalBodyWeightEquationsAndTables EFW_BY_BPD_APAD_TAD_FL_TOKYO_1987_33144_7
public static EnumCV_OBFetalBodyWeightEquationsAndTables[] values()
for (EnumCV_OBFetalBodyWeightEquationsAndTables c : EnumCV_OBFetalBodyWeightEquationsAndTables.values()) System.out.println(c);
public static EnumCV_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()