Enum Class SlotName

java.lang.Object
java.lang.Enum<SlotName>
de.gematik.ncpeh.api.common.SlotName
All Implemented Interfaces:
Serializable, Comparable<SlotName>, Constable

public enum SlotName extends Enum<SlotName>
  • Enum Constant Details

    • FORMAT_CODE

      public static final SlotName FORMAT_CODE
    • ENTRY_TYPE_CODE

      public static final SlotName ENTRY_TYPE_CODE
    • PRACTICE_SETTING_CODE

      public static final SlotName PRACTICE_SETTING_CODE
    • CREATION_TIME_FROM

      public static final SlotName CREATION_TIME_FROM
    • CREATION_TIME_TO

      public static final SlotName CREATION_TIME_TO
    • SERVICE_START_TIME_FROM

      public static final SlotName SERVICE_START_TIME_FROM
    • SERVICE_START_TIME_TO

      public static final SlotName SERVICE_START_TIME_TO
    • SERVICE_STOP_TIME_FROM

      public static final SlotName SERVICE_STOP_TIME_FROM
    • SERVICE_STOP_TIME_TO

      public static final SlotName SERVICE_STOP_TIME_TO
    • HEALTHCARE_FACILITY_TYPE_CODE

      public static final SlotName HEALTHCARE_FACILITY_TYPE_CODE
    • EVENT_CODE_LIST

      public static final SlotName EVENT_CODE_LIST
    • CONFIDENTIALITY_CODE

      public static final SlotName CONFIDENTIALITY_CODE
    • AUTHOR_PERSON

      public static final SlotName AUTHOR_PERSON
    • TYPE

      public static final SlotName TYPE
  • Method Details

    • values

      public static SlotName[] 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 SlotName 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
    • getName

      public String getName()
    • fromValue

      public static SlotName fromValue(@NonNull @NonNull String name)