public enum EnumCV_OBGYNDates extends java.lang.Enum<EnumCV_OBGYNDates>
| Enum Constant and Description |
|---|
CONCEPTION_DATE_33067_0 |
EDD_11778_8 |
EDD_FROM_AVERAGE_ULTRASOUND_AGE_11781_2 |
EDD_FROM_LMP_11779_6 |
EDD_FROM_OVULATION_DATE_11780_4 |
ESTIMATED_LMP_BY_EDD_33066_2 |
LMP_11955_2 |
OVULATION_DATE_11976_8 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OBGYNDates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OBGYNDates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OBGYNDates EDD_11778_8
public static final EnumCV_OBGYNDates EDD_FROM_LMP_11779_6
public static final EnumCV_OBGYNDates EDD_FROM_AVERAGE_ULTRASOUND_AGE_11781_2
public static final EnumCV_OBGYNDates EDD_FROM_OVULATION_DATE_11780_4
public static final EnumCV_OBGYNDates LMP_11955_2
public static final EnumCV_OBGYNDates ESTIMATED_LMP_BY_EDD_33066_2
public static final EnumCV_OBGYNDates OVULATION_DATE_11976_8
public static final EnumCV_OBGYNDates CONCEPTION_DATE_33067_0
public static EnumCV_OBGYNDates[] values()
for (EnumCV_OBGYNDates c : EnumCV_OBGYNDates.values()) System.out.println(c);
public static EnumCV_OBGYNDates 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()