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