public enum EnumCV_CommonAnatomicRegionsForAnimals extends java.lang.Enum<EnumCV_CommonAnatomicRegionsForAnimals>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CommonAnatomicRegionsForAnimals |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CommonAnatomicRegionsForAnimals[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CommonAnatomicRegionsForAnimals ABDOMEN_T_D4000
public static final EnumCV_CommonAnatomicRegionsForAnimals ALL_LEGS_T_D8030
public static final EnumCV_CommonAnatomicRegionsForAnimals ATLANTAL_AXIAL_JOINT_T_1531B
public static final EnumCV_CommonAnatomicRegionsForAnimals ATLANTO_OCCIPITAL_JOINT_T_15311
public static final EnumCV_CommonAnatomicRegionsForAnimals BLADDER_T_74000
public static final EnumCV_CommonAnatomicRegionsForAnimals CALCANEAL_TUBERCLE_T_12771
public static final EnumCV_CommonAnatomicRegionsForAnimals CARPUS_T_D0788
public static final EnumCV_CommonAnatomicRegionsForAnimals CERVICAL_SPINE_T_11501
public static final EnumCV_CommonAnatomicRegionsForAnimals CERVICO_THORACIC_SPINE_T_D00F7
public static final EnumCV_CommonAnatomicRegionsForAnimals CHEST_T_D3000
public static final EnumCV_CommonAnatomicRegionsForAnimals CHEST_AND_ABDOMEN_R_FAB55
public static final EnumCV_CommonAnatomicRegionsForAnimals COCCYGEAL_VERTREBRAE_T_11B02
public static final EnumCV_CommonAnatomicRegionsForAnimals COLON_T_59300
public static final EnumCV_CommonAnatomicRegionsForAnimals DIGIT_T_D0310
public static final EnumCV_CommonAnatomicRegionsForAnimals DISTAL_PHALANX_T_110A2
public static final EnumCV_CommonAnatomicRegionsForAnimals ELBOW_JOINT_T_15430
public static final EnumCV_CommonAnatomicRegionsForAnimals ENTIRE_BODY_T_D0010
public static final EnumCV_CommonAnatomicRegionsForAnimals ESOPHAGUS_T_56000
public static final EnumCV_CommonAnatomicRegionsForAnimals FEMUR_T_12710
public static final EnumCV_CommonAnatomicRegionsForAnimals FETLOCK_OF_FORELIMB_T_D8640
public static final EnumCV_CommonAnatomicRegionsForAnimals FETLOCK_OF_HINDLIMB_T_D9540
public static final EnumCV_CommonAnatomicRegionsForAnimals FOREFOOT_T_D04F2
public static final EnumCV_CommonAnatomicRegionsForAnimals FRONTAL_SINUS_T_22200
public static final EnumCV_CommonAnatomicRegionsForAnimals HINDFOOT_T_D9713
public static final EnumCV_CommonAnatomicRegionsForAnimals HIP_JOINT_T_15710
public static final EnumCV_CommonAnatomicRegionsForAnimals HUMERUS_T_12410
public static final EnumCV_CommonAnatomicRegionsForAnimals LUMBAR_SPINE_T_11503
public static final EnumCV_CommonAnatomicRegionsForAnimals LUMBO_SACRAL_SPINE_T_D00F9
public static final EnumCV_CommonAnatomicRegionsForAnimals MANDIBLE_T_11180
public static final EnumCV_CommonAnatomicRegionsForAnimals MANDIBULAR_DENTAL_ARCH_T_54170
public static final EnumCV_CommonAnatomicRegionsForAnimals MANDIBULAR_INCISOR_TEETH_T_540EE
public static final EnumCV_CommonAnatomicRegionsForAnimals MAXILLARY_DENTAL_ARCH_T_54160
public static final EnumCV_CommonAnatomicRegionsForAnimals MAXILLARY_INCISOR_TEETH_T_540ED
public static final EnumCV_CommonAnatomicRegionsForAnimals METACARPUS_T_1254D
public static final EnumCV_CommonAnatomicRegionsForAnimals METATARSUS_T_12847
public static final EnumCV_CommonAnatomicRegionsForAnimals NASAL_SINUS_T_22000
public static final EnumCV_CommonAnatomicRegionsForAnimals NAVICULAR_OF_FOREFOOT_T_12450
public static final EnumCV_CommonAnatomicRegionsForAnimals NAVICULAR_OF_HINDFOOT_T_127EC
public static final EnumCV_CommonAnatomicRegionsForAnimals ORBITAL_REGION_T_D14AD
public static final EnumCV_CommonAnatomicRegionsForAnimals PASTERN_OF_FOREFOOT_T_D8650
public static final EnumCV_CommonAnatomicRegionsForAnimals PASTERN_OF_HINDFOOT_T_D9550
public static final EnumCV_CommonAnatomicRegionsForAnimals PATELLA_T_12730
public static final EnumCV_CommonAnatomicRegionsForAnimals PELVIS_T_D6000
public static final EnumCV_CommonAnatomicRegionsForAnimals RADIUS_AND_ULNA_T_12403
public static final EnumCV_CommonAnatomicRegionsForAnimals SACRUM_T_11AD0
public static final EnumCV_CommonAnatomicRegionsForAnimals SHOULDER_T_D2220
public static final EnumCV_CommonAnatomicRegionsForAnimals SKULL_T_11100
public static final EnumCV_CommonAnatomicRegionsForAnimals STIFFLE_T_15728
public static final EnumCV_CommonAnatomicRegionsForAnimals TARSUS_T_11096
public static final EnumCV_CommonAnatomicRegionsForAnimals THORACIC_SPINE_T_11502
public static final EnumCV_CommonAnatomicRegionsForAnimals THORACO_LUMBAR_SPINE_T_D00F8
public static final EnumCV_CommonAnatomicRegionsForAnimals TIBIA_AND_FIBULA_T_12701
public static final EnumCV_CommonAnatomicRegionsForAnimals UPPER_GASTRO_INTESTINAL_TRACT_T_50110
public static final EnumCV_CommonAnatomicRegionsForAnimals URETHRA_T_75000
public static final EnumCV_CommonAnatomicRegionsForAnimals URINARY_TRACT_T_70000
public static final EnumCV_CommonAnatomicRegionsForAnimals WING_T_D8040
public static EnumCV_CommonAnatomicRegionsForAnimals[] values()
for (EnumCV_CommonAnatomicRegionsForAnimals c : EnumCV_CommonAnatomicRegionsForAnimals.values()) System.out.println(c);
public static EnumCV_CommonAnatomicRegionsForAnimals 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()