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

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

    • INFORMATION_SUPPLY_CHAIN_TEMPLATE

      public static final InformationSupplyChain INFORMATION_SUPPLY_CHAIN_TEMPLATE
      Standard template
    • CLINICAL_TRIALS_TREATMENT_VALIDATION

      public static final InformationSupplyChain CLINICAL_TRIALS_TREATMENT_VALIDATION
      Delivering data relating to a clinical trial from the hospitals to the Coco Researchers.
  • Method Details

    • values

      public static InformationSupplyChain[] 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 InformationSupplyChain 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
    • 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
    • getScope

      public ScopeDefinition getScope()
      Return the scope of the information supply chain.
      Returns:
      string
    • getPurposes

      public List<String> getPurposes()
      Return the purposes of the information supply chain.
      Returns:
      list of strings
    • isTemplate

      public boolean isTemplate()
      Return whether this is a template or not.
      Returns:
      boolean
    • 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<InformationSupplyChain>
      Returns:
      string showing enum value