Enum Class RaceWhite

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

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

    • _21063

      public static final RaceWhite _21063
    • _21089

      public static final RaceWhite _21089
    • _21097

      public static final RaceWhite _21097
    • _21105

      public static final RaceWhite _21105
    • _21113

      public static final RaceWhite _21113
    • _21121

      public static final RaceWhite _21121
    • _21139

      public static final RaceWhite _21139
    • _21147

      public static final RaceWhite _21147
    • _21154

      public static final RaceWhite _21154
    • _21162

      public static final RaceWhite _21162
    • _21188

      public static final RaceWhite _21188
    • _21196

      public static final RaceWhite _21196
    • _21204

      public static final RaceWhite _21204
    • _21212

      public static final RaceWhite _21212
    • _21220

      public static final RaceWhite _21220
    • _21238

      public static final RaceWhite _21238
    • _21246

      public static final RaceWhite _21246
    • _21253

      public static final RaceWhite _21253
    • _21261

      public static final RaceWhite _21261
    • _21279

      public static final RaceWhite _21279
    • _21295

      public static final RaceWhite _21295
  • Method Details

    • values

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