public enum EnumCM_AnatomicRegionModifierForIntraoralRadiography extends java.lang.Enum<EnumCM_AnatomicRegionModifierForIntraoralRadiography>
| Enum Constant and Description |
|---|
CANINE_REGION |
CENTRAL_INCISOR_REGION |
FIRST_MOLAR_REGION |
FIRST_PREMOLAR_REGION |
LATERAL_INCISOR_REGION |
SECOND_MOLAR_REGION |
SECOND_PREMOLAR_REGION |
THIRD_MOLAR_REGION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AnatomicRegionModifierForIntraoralRadiography |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AnatomicRegionModifierForIntraoralRadiography[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography CENTRAL_INCISOR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography LATERAL_INCISOR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography CANINE_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography FIRST_PREMOLAR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography SECOND_PREMOLAR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography FIRST_MOLAR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography SECOND_MOLAR_REGION
public static final EnumCM_AnatomicRegionModifierForIntraoralRadiography THIRD_MOLAR_REGION
public static EnumCM_AnatomicRegionModifierForIntraoralRadiography[] values()
for (EnumCM_AnatomicRegionModifierForIntraoralRadiography c : EnumCM_AnatomicRegionModifierForIntraoralRadiography.values()) System.out.println(c);
public static EnumCM_AnatomicRegionModifierForIntraoralRadiography 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()