public enum EnumCV_AnatomicRegionModifierForIntraoralRadiography extends java.lang.Enum<EnumCV_AnatomicRegionModifierForIntraoralRadiography>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AnatomicRegionModifierForIntraoralRadiography |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AnatomicRegionModifierForIntraoralRadiography[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography CENTRAL_INCISOR_REGION_R_FB322
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography LATERAL_INCISOR_REGION_R_FB35C
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography CANINE_REGION_R_FB35B
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography FIRST_PREMOLAR_REGION_R_FB35A
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography SECOND_PREMOLAR_REGION_R_FB359
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography FIRST_MOLAR_REGION_R_FB358
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography SECOND_MOLAR_REGION_R_FB356
public static final EnumCV_AnatomicRegionModifierForIntraoralRadiography THIRD_MOLAR_REGION_R_FB354
public static EnumCV_AnatomicRegionModifierForIntraoralRadiography[] values()
for (EnumCV_AnatomicRegionModifierForIntraoralRadiography c : EnumCV_AnatomicRegionModifierForIntraoralRadiography.values()) System.out.println(c);
public static EnumCV_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()