public enum EnumCM_FetalCranium extends java.lang.Enum<EnumCM_FetalCranium>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_FetalCranium |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_FetalCranium[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_FetalCranium LATERAL_VENTRICLE_WIDTH
public static final EnumCM_FetalCranium CISTERNA_MAGNA_LENGTH
public static final EnumCM_FetalCranium NUCHAL_FOLD_THICKNESS
public static final EnumCM_FetalCranium INNER_ORBITAL_DIAMETER
public static final EnumCM_FetalCranium OUTER_ORBITAL_DIAMETER
public static final EnumCM_FetalCranium TRANS_CEREBELLAR_DIAMETER
public static final EnumCM_FetalCranium NUCHAL_TRANSLUCENCY
public static final EnumCM_FetalCranium ANTERIOR_HORN_LATERAL_VENTRICULAR_WIDTH
public static final EnumCM_FetalCranium POSTERIOR_HORN_LATERAL_VENTRICULAR_WIDTH
public static final EnumCM_FetalCranium WIDTH_OF_HEMISPHERE
public static EnumCM_FetalCranium[] values()
for (EnumCM_FetalCranium c : EnumCM_FetalCranium.values()) System.out.println(c);
public static EnumCM_FetalCranium 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()