Enum Surface

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

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

    Enum Constants
    Enum Constant
    Description
    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

    Modifier and Type
    Method
    Description
    static Surface
    fromCode(String codeString)
     
     
     
     
     
    static Surface
    Returns the enum constant of this type with the specified name.
    static Surface[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Surface valueOf(String name)
      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

      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()