public enum EnumCV_FetalCraniumAnatomicSites extends java.lang.Enum<EnumCV_FetalCraniumAnatomicSites>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_FetalCraniumAnatomicSites |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_FetalCraniumAnatomicSites[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_FetalCraniumAnatomicSites ANTERIOR_HORN_LATERAL_VENTRICLE_T_A1700
public static final EnumCV_FetalCraniumAnatomicSites CEREBELLUM_T_A6000
public static final EnumCV_FetalCraniumAnatomicSites CEREBRAL_HEMISPHERE_T_A010F
public static final EnumCV_FetalCraniumAnatomicSites CISTERNA_MAGNA_T_A1520
public static final EnumCV_FetalCraniumAnatomicSites LATERAL_VENTRICLE_T_A1650
public static final EnumCV_FetalCraniumAnatomicSites NUCHAL_REGION_OF_SCALP_T_D06B6
public static final EnumCV_FetalCraniumAnatomicSites ORBIT_T_D14AE
public static final EnumCV_FetalCraniumAnatomicSites POSTERIOR_HORN_LATERAL_VENTRICLE_T_A1710
public static EnumCV_FetalCraniumAnatomicSites[] values()
for (EnumCV_FetalCraniumAnatomicSites c : EnumCV_FetalCraniumAnatomicSites.values()) System.out.println(c);
public static EnumCV_FetalCraniumAnatomicSites 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()