Enum Class BaseANR.ANRType

java.lang.Object
java.lang.Enum<BaseANR.ANRType>
de.gematik.test.erezept.fhir.values.BaseANR.ANRType
All Implemented Interfaces:
Serializable, Comparable<BaseANR.ANRType>, Constable
Enclosing class:
BaseANR

public static enum BaseANR.ANRType extends Enum<BaseANR.ANRType>
  • Enum Constant Details

  • Method Details

    • values

      public static BaseANR.ANRType[] 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 BaseANR.ANRType 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
    • fromCode

      public static BaseANR.ANRType fromCode(String code)
    • validCodeSystems

      public static List<de.gematik.bbriccs.fhir.coding.WithCodeSystem> validCodeSystems()
    • validNamingSystems

      public static List<de.gematik.bbriccs.fhir.coding.WithNamingSystem> validNamingSystems()
    • validCodeTypes

      public static List<de.gematik.bbriccs.fhir.de.valueset.IdentifierTypeDe> validCodeTypes()