public enum EnumCV_FetalBiometryAnatomicSites extends java.lang.Enum<EnumCV_FetalBiometryAnatomicSites>
| Enum Constant and Description |
|---|
ABDOMEN_T_D4000 |
CEREBELLUM_T_A6000 |
CISTERNA_MAGNA_T_A1520 |
FEMUR_T_12710 |
FOOT_T_D9700 |
KIDNEY_T_71000 |
SKULL_T_11100 |
THORAX_T_D3000 |
TRUNK_T_D2000 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_FetalBiometryAnatomicSites |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_FetalBiometryAnatomicSites[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_FetalBiometryAnatomicSites ABDOMEN_T_D4000
public static final EnumCV_FetalBiometryAnatomicSites CEREBELLUM_T_A6000
public static final EnumCV_FetalBiometryAnatomicSites CISTERNA_MAGNA_T_A1520
public static final EnumCV_FetalBiometryAnatomicSites FEMUR_T_12710
public static final EnumCV_FetalBiometryAnatomicSites FOOT_T_D9700
public static final EnumCV_FetalBiometryAnatomicSites KIDNEY_T_71000
public static final EnumCV_FetalBiometryAnatomicSites SKULL_T_11100
public static final EnumCV_FetalBiometryAnatomicSites THORAX_T_D3000
public static final EnumCV_FetalBiometryAnatomicSites TRUNK_T_D2000
public static EnumCV_FetalBiometryAnatomicSites[] values()
for (EnumCV_FetalBiometryAnatomicSites c : EnumCV_FetalBiometryAnatomicSites.values()) System.out.println(c);
public static EnumCV_FetalBiometryAnatomicSites 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()