Enum Class HL7StructDef

java.lang.Object
java.lang.Enum<HL7StructDef>
de.gematik.bbriccs.fhir.de.HL7StructDef
All Implemented Interfaces:
WithStructureDefinition<HL7Version>, WithSystem, Serializable, Comparable<HL7StructDef>, Constable

public enum HL7StructDef extends Enum<HL7StructDef> implements WithStructureDefinition<HL7Version>
  • Enum Constant Details

    • HOUSE_NUMBER

      public static final HL7StructDef HOUSE_NUMBER
    • STREET_NAME

      public static final HL7StructDef STREET_NAME
    • HUMAN_OWN_NAME

      public static final HL7StructDef HUMAN_OWN_NAME
    • HUMAN_OWN_PREFIX

      public static final HL7StructDef HUMAN_OWN_PREFIX
    • ISO_21090_EN_QUALIFIER

      public static final HL7StructDef ISO_21090_EN_QUALIFIER
    • DATA_ABSENT_REASON

      public static final HL7StructDef DATA_ABSENT_REASON
  • Method Details

    • values

      public static HL7StructDef[] 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 HL7StructDef 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