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