Enum Class Dhegiha

java.lang.Object
java.lang.Enum<Dhegiha>
net.ihe.gazelle.hl7v3.voc.Dhegiha
All Implemented Interfaces:
Serializable, Comparable<Dhegiha>, Constable

public enum Dhegiha extends Enum<Dhegiha>
Description of the enumeration Dhegiha.
  • Enum Constant Details

    • XKAA

      public static final Dhegiha XKAA
    • XOMA

      public static final Dhegiha XOMA
    • XOSA

      public static final Dhegiha XOSA
    • XQUA

      public static final Dhegiha XQUA
  • Method Details

    • values

      public static Dhegiha[] 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 Dhegiha 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
    • value

      public String value()
    • fromValue

      public static Dhegiha fromValue(String v)