Package org.hl7.v3

Enum Class Yokutsan

All Implemented Interfaces:
Serializable, Comparable<Yokutsan>, Constable

public enum Yokutsan extends Enum<Yokutsan>

Java class for Yokutsan.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Yokutsan">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="x-GSH"/>
     <enumeration value="x-ENH"/>
     <enumeration value="x-PYL"/>
     <enumeration value="x-TKH"/>
   </restriction>
 </simpleType>
 
  • Enum Constant Details

    • X_GSH

      public static final Yokutsan X_GSH
    • X_ENH

      public static final Yokutsan X_ENH
    • X_PYL

      public static final Yokutsan X_PYL
    • X_TKH

      public static final Yokutsan X_TKH
  • Method Details

    • values

      public static Yokutsan[] 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 Yokutsan 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 Yokutsan fromValue(String v)