public enum EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography extends java.lang.Enum<EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_THIRD_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_SECOND_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_FIRST_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_SECOND_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_FIRST_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_CANINE_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_LATERAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_RIGHT_CENTRAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_CENTRAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_LATERAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_CANINE_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_FIRST_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_SECOND_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_FIRST_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_SECOND_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MAXILLARY_LEFT_THIRD_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_THIRD_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_SECOND_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_FIRST_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_SECOND_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_FIRST_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_CANINE_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_LATERAL_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_LEFT_CENTRAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_CENTRAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_LATERAL_INCISOR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_CANINE_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_FIRST_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_SECOND_PREMOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_FIRST_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_SECOND_MOLAR_TOOTH
public static final EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography MANDIBULAR_RIGHT_THIRD_MOLAR_TOOTH
public static EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography[] values()
for (EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography c : EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography.values()) System.out.println(c);
public static EnumCM_CID4018PrimaryAnatomicStructureForIntraoralRadiography 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()