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