public enum EnumCV_OBGYNPatientCharacteristics extends java.lang.Enum<EnumCV_OBGYNPatientCharacteristics>
| Enum Constant and Description |
|---|
ABORTA_11612_9 |
COMMENT_121106 |
ECTOPIC_PREGNANCIES_33065_4 |
GRAVIDA_11996_6 |
PARA_11977_6 |
PATIENT_CHARACTERISTICS_121118 |
PATIENT_HEIGHT_8302_2 |
PATIENT_WEIGHT_29463_7 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OBGYNPatientCharacteristics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OBGYNPatientCharacteristics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OBGYNPatientCharacteristics PATIENT_CHARACTERISTICS_121118
public static final EnumCV_OBGYNPatientCharacteristics COMMENT_121106
public static final EnumCV_OBGYNPatientCharacteristics PATIENT_HEIGHT_8302_2
public static final EnumCV_OBGYNPatientCharacteristics PATIENT_WEIGHT_29463_7
public static final EnumCV_OBGYNPatientCharacteristics GRAVIDA_11996_6
public static final EnumCV_OBGYNPatientCharacteristics PARA_11977_6
public static final EnumCV_OBGYNPatientCharacteristics ABORTA_11612_9
public static final EnumCV_OBGYNPatientCharacteristics ECTOPIC_PREGNANCIES_33065_4
public static EnumCV_OBGYNPatientCharacteristics[] values()
for (EnumCV_OBGYNPatientCharacteristics c : EnumCV_OBGYNPatientCharacteristics.values()) System.out.println(c);
public static EnumCV_OBGYNPatientCharacteristics 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()