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