Enum Class Ethnicity

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

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

    • _21352

      public static final Ethnicity _21352
    • _21378

      public static final Ethnicity _21378
    • _21386

      public static final Ethnicity _21386
    • _21394

      public static final Ethnicity _21394
    • _21402

      public static final Ethnicity _21402
    • _21410

      public static final Ethnicity _21410
    • _21428

      public static final Ethnicity _21428
    • _21436

      public static final Ethnicity _21436
    • _21444

      public static final Ethnicity _21444
    • _21451

      public static final Ethnicity _21451
    • _21469

      public static final Ethnicity _21469
    • _21485

      public static final Ethnicity _21485
    • _21493

      public static final Ethnicity _21493
    • _21501

      public static final Ethnicity _21501
    • _21519

      public static final Ethnicity _21519
    • _21527

      public static final Ethnicity _21527
    • _21535

      public static final Ethnicity _21535
    • _21550

      public static final Ethnicity _21550
    • _21568

      public static final Ethnicity _21568
    • _21576

      public static final Ethnicity _21576
    • _21584

      public static final Ethnicity _21584
    • _21592

      public static final Ethnicity _21592
    • _21600

      public static final Ethnicity _21600
    • _21618

      public static final Ethnicity _21618
    • _21626

      public static final Ethnicity _21626
    • _21634

      public static final Ethnicity _21634
    • _21659

      public static final Ethnicity _21659
    • _21667

      public static final Ethnicity _21667
    • _21675

      public static final Ethnicity _21675
    • _21683

      public static final Ethnicity _21683
    • _21691

      public static final Ethnicity _21691
    • _21709

      public static final Ethnicity _21709
    • _21717

      public static final Ethnicity _21717
    • _21725

      public static final Ethnicity _21725
    • _21733

      public static final Ethnicity _21733
    • _21741

      public static final Ethnicity _21741
    • _21758

      public static final Ethnicity _21758
    • _21766

      public static final Ethnicity _21766
    • _21782

      public static final Ethnicity _21782
    • _21808

      public static final Ethnicity _21808
    • _21824

      public static final Ethnicity _21824
    • _21840

      public static final Ethnicity _21840
    • _21865

      public static final Ethnicity _21865
  • Method Details

    • values

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