public enum EnumCV_GynecologicalHormones extends java.lang.Enum<EnumCV_GynecologicalHormones>
| Enum Constant and Description |
|---|
ANASTROZOLE_F_61B21 |
CONTRACEPTIVES_C_B7100 |
ESTROGEN_PRODUCT_C_A0900 |
PROGESTERONE_PRODUCT_C_A1204 |
RALOXIFENE_C_A0005 |
TAMOXIFEN_C_781E0 |
UNSPECIFIED_GYNECOLOGICAL_HORMONE_111542 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_GynecologicalHormones |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_GynecologicalHormones[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_GynecologicalHormones CONTRACEPTIVES_C_B7100
public static final EnumCV_GynecologicalHormones ESTROGEN_PRODUCT_C_A0900
public static final EnumCV_GynecologicalHormones PROGESTERONE_PRODUCT_C_A1204
public static final EnumCV_GynecologicalHormones TAMOXIFEN_C_781E0
public static final EnumCV_GynecologicalHormones UNSPECIFIED_GYNECOLOGICAL_HORMONE_111542
public static final EnumCV_GynecologicalHormones RALOXIFENE_C_A0005
public static final EnumCV_GynecologicalHormones ANASTROZOLE_F_61B21
public static EnumCV_GynecologicalHormones[] values()
for (EnumCV_GynecologicalHormones c : EnumCV_GynecologicalHormones.values()) System.out.println(c);
public static EnumCV_GynecologicalHormones 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()