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