Enum Class FhirExportMode

java.lang.Object
java.lang.Enum<FhirExportMode>
org.emau.icmvc.ganimed.ttp.cm2.dto.enums.FhirExportMode
All Implemented Interfaces:
Serializable, Comparable<FhirExportMode>, Constable

public enum FhirExportMode extends Enum<FhirExportMode>
enum to specify export mode date: 2018-03-16
Author:
bialkem
  • Enum Constant Details

    • ALL

      public static final FhirExportMode ALL
      for selected domain export: all info
    • TEMPLATES

      public static final FhirExportMode TEMPLATES
      for selected domain export: domain, templates and relevant modules and policies
    • MODULES

      public static final FhirExportMode MODULES
      for selected domain export: domain, modules and relevant policies
    • POLICIES

      public static final FhirExportMode POLICIES
      for selected domain export: domain and policies
    • DOMAIN

      public static final FhirExportMode DOMAIN
      for selected domain export: domain only
  • Method Details

    • values

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