java.lang.Object
java.lang.Enum<SolutionComponent>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.SolutionComponent
All Implemented Interfaces:
Serializable, Comparable<SolutionComponent>, Constable

public enum SolutionComponent extends Enum<SolutionComponent>
A description of the predefined solution components.
  • Enum Constant Details

    • HOSPITAL

      public static final SolutionComponent HOSPITAL
    • HOSPITAL_LANDING_AREA_FOLDER

      public static final SolutionComponent HOSPITAL_LANDING_AREA_FOLDER
    • LANDING_FOLDER_CATALOGUER

      public static final SolutionComponent LANDING_FOLDER_CATALOGUER
    • WEEKLY_MEASUREMENTS_ONBOARDING_PIPELINE

      public static final SolutionComponent WEEKLY_MEASUREMENTS_ONBOARDING_PIPELINE
    • WEEKLY_MEASUREMENTS_DATA_LAKE_FOLDER

      public static final SolutionComponent WEEKLY_MEASUREMENTS_DATA_LAKE_FOLDER
    • POPULATE_SANDBOX

      public static final SolutionComponent POPULATE_SANDBOX
    • TREATMENT_VALIDATION_SANDBOX

      public static final SolutionComponent TREATMENT_VALIDATION_SANDBOX
    • ANALYSE_PATIENT_DATA

      public static final SolutionComponent ANALYSE_PATIENT_DATA
    • TREATMENT_EFFICACY_EVIDENCE

      public static final SolutionComponent TREATMENT_EFFICACY_EVIDENCE
    • ASSEMBLE_REPORT

      public static final SolutionComponent ASSEMBLE_REPORT
    • REPORT_VALIDATION_AND_DELIVERY

      public static final SolutionComponent REPORT_VALIDATION_AND_DELIVERY
    • NOMINATE_HOSPITAL

      public static final SolutionComponent NOMINATE_HOSPITAL
    • CERTIFY_HOSPITAL

      public static final SolutionComponent CERTIFY_HOSPITAL
    • ONBOARD_HOSPITAL

      public static final SolutionComponent ONBOARD_HOSPITAL
    • SET_UP_DATA_LAKE_FOLDER

      public static final SolutionComponent SET_UP_DATA_LAKE_FOLDER
    • SET_UP_CLINICAL_TRIAL

      public static final SolutionComponent SET_UP_CLINICAL_TRIAL
  • Method Details

    • values

      public static SolutionComponent[] 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 SolutionComponent 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
    • getGUID

      public String getGUID()
      Return the GUID for the element.
      Returns:
      string
    • getComponentType

      public String getComponentType()
      Return the type of solution component - for example, is it a process, of file or database.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the solution blueprint.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the solution blueprint
      Returns:
      string
    • getVersionIdentifier

      public String getVersionIdentifier()
      Return the version identifier of the solution blueprint.
      Returns:
      string
    • getOwningBlueprint

      public SolutionBlueprint getOwningBlueprint()
    • getSubComponents

      public List<SolutionComponent> getSubComponents()
      Return the optional list of subcomponents.
      Returns:
      null or list
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name of the solution blueprint.
      Returns:
      string
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<SolutionComponent>
      Returns:
      string showing enum value