Enum Class Surface

java.lang.Object
java.lang.Enum<Surface>
org.hl7.fhir.r4.model.codesystems.Surface
All Implemented Interfaces:
Serializable, Comparable<Surface>, Constable

public enum Surface extends Enum<Surface>
  • Enum Constant Details

    • M

      public static final Surface M
      The surface of a tooth that is closest to the midline (middle) of the face.
    • O

      public static final Surface O
      The chewing surface of posterior teeth.
    • I

      public static final Surface I
      The biting edge of anterior teeth.
    • D

      public static final Surface D
      The surface of a tooth that faces away from the midline of the face.
    • B

      public static final Surface B
      The surface of a posterior tooth facing the cheeks.
    • V

      public static final Surface V
      The surface of a tooth facing the lips.
    • L

      public static final Surface L
      The surface of a tooth facing the tongue.
    • MO

      public static final Surface MO
      The Mesioclusal surfaces of a tooth.
    • DO

      public static final Surface DO
      The Distoclusal surfaces of a tooth.
    • DI

      public static final Surface DI
      The Distoincisal surfaces of a tooth.
    • MOD

      public static final Surface MOD
      The Mesioclusodistal surfaces of a tooth.
    • NULL

      public static final Surface NULL
      added to help the parsers
  • Method Details

    • values

      public static Surface[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Surface valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static Surface fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()