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