java.lang.Object
java.lang.Enum<SolutionBlueprint>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionBlueprint
All Implemented Interfaces:
Serializable, Comparable<SolutionBlueprint>, Constable, CollectionDefinition, DesignModelDefinition, ReferenceableDefinition, SolutionBlueprintDefinition

public enum SolutionBlueprint extends Enum<SolutionBlueprint> implements SolutionBlueprintDefinition
A description of the predefined solution blueprints. Solution blueprints identify the key solution oriented investments. They may be used to document both the as-is and to-be solutions.
  • Enum Constant Details

    • SOLUTION_BLUEPRINT_TEMPLATE

      public static final SolutionBlueprint SOLUTION_BLUEPRINT_TEMPLATE
      Basic template
    • CLINICAL_TRIAL_MANAGEMENT

      public static final SolutionBlueprint CLINICAL_TRIAL_MANAGEMENT
      A description of how a clinical trial is managed in Coco Pharmaceuticals.
    • SUSTAINABILITY_REPORTING

      public static final SolutionBlueprint SUSTAINABILITY_REPORTING
      A description of how data is gathered to support sustainability reporting in Coco Pharmaceuticals.
    • PERSONALIZED_MEDICINE_ORDER_FULFILLMENT

      public static final SolutionBlueprint PERSONALIZED_MEDICINE_ORDER_FULFILLMENT
      A description of how an order for a personalized medicine prescription is fulfilled by Coco Pharmaceuticals.
    • EMPLOYEE_MANAGEMENT

      public static final SolutionBlueprint EMPLOYEE_MANAGEMENT
      A description of how information about Coco Pharmaceuticals employees is managed.
    • AUTOMATED_MANUFACTURING_CONTROL

      public static final SolutionBlueprint AUTOMATED_MANUFACTURING_CONTROL
      A description of how the new industry 4.0 manufacturing control system operates.
    • INVENTORY_MANAGEMENT

      public static final SolutionBlueprint INVENTORY_MANAGEMENT
      A description of how physical inventory is managed between procurement, the distribution centres, manufacturing and finance.
    • HAZARDOUS_MATERIAL_MANAGEMENT

      public static final SolutionBlueprint HAZARDOUS_MATERIAL_MANAGEMENT
  • Method Details

    • values

      public static SolutionBlueprint[] 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 SolutionBlueprint 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.
      Specified by:
      getGUID in interface ReferenceableDefinition
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the solution blueprint.
      Specified by:
      getDisplayName in interface ReferenceableDefinition
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the solution blueprint
      Specified by:
      getDescription in interface ReferenceableDefinition
      Returns:
      string
    • getParentCollection

      public CollectionDefinition getParentCollection()
      Return the optional collection that this element is a part of.
      Specified by:
      getParentCollection in interface ReferenceableDefinition
      Returns:
      collection definition
    • getVersionIdentifier

      public String getVersionIdentifier()
      Return the version identifier of the solution blueprint.
      Specified by:
      getVersionIdentifier in interface ReferenceableDefinition
      Returns:
      string
    • getIdentifier

      public String getIdentifier()
      Return the version identifier of the solution blueprint.
      Specified by:
      getIdentifier in interface ReferenceableDefinition
      Returns:
      string
    • isTemplate

      public boolean isTemplate()
      Return whether this is a template or not.
      Specified by:
      isTemplate in interface ReferenceableDefinition
      Returns:
      boolean
    • toString

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

      public List<String> authors()
      Return the authors of the design model. It defaults to the Egeria community but can be overridden.
      Specified by:
      authors in interface DesignModelDefinition
      Returns:
      string
    • getSolutionComponents

      public List<SolutionComponentDefinition> getSolutionComponents()
      Return the list of components that are members of the solution blueprint.
      Specified by:
      getSolutionComponents in interface SolutionBlueprintDefinition
      Returns:
      list of component definitions