Enum Constant Summary
Enum Constants
The surface of a posterior tooth facing the cheeks.
The surface of a tooth that faces away from the midline of the face.
The Distoincisal surfaces of a tooth.
The Distoclusal surfaces of a tooth.
The biting edge of anterior teeth.
The surface of a tooth facing the tongue.
The surface of a tooth that is closest to the midline (middle) of the face.
The Mesioclusal surfaces of a tooth.
The Mesioclusodistal surfaces of a tooth.
added to help the parsers
The chewing surface of posterior teeth.
The surface of a tooth facing the lips.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
M
The surface of a tooth that is closest to the midline (middle) of the face.
O
The chewing surface of posterior teeth.
I
The biting edge of anterior teeth.
D
The surface of a tooth that faces away from the midline of the face.
B
The surface of a posterior tooth facing the cheeks.
V
The surface of a tooth facing the lips.
L
The surface of a tooth facing the tongue.
MO
The Mesioclusal surfaces of a tooth.
DO
The Distoclusal surfaces of a tooth.
DI
The Distoincisal surfaces of a tooth.
MOD
The Mesioclusodistal surfaces of a tooth.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException