Enum Class ClinicalTrialInformationSupplyChain

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

public enum ClinicalTrialInformationSupplyChain extends Enum<ClinicalTrialInformationSupplyChain>
A description of the predefined information supply chains.
  • Enum Constant Details

    • CLINICAL_TRIALS_TREATMENT_VALIDATION

      public static final ClinicalTrialInformationSupplyChain CLINICAL_TRIALS_TREATMENT_VALIDATION
      Delivering data relating to a clinical trial from the hospitals to the Coco Researchers.
    • CLINICAL_TRIAL_SUBJECT_ONBOARDING

      public static final ClinicalTrialInformationSupplyChain CLINICAL_TRIAL_SUBJECT_ONBOARDING
      Delivering the data necessary to add a person as a subject in a clinical trial
  • Method Details

    • values

      public static ClinicalTrialInformationSupplyChain[] 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 ClinicalTrialInformationSupplyChain 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 unique identifier of this information supply chain.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the solution blueprint.
      Returns:
      string
    • 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<ClinicalTrialInformationSupplyChain>
      Returns:
      string showing enum value