Enum Class PostgresSolutionBlueprint

java.lang.Object
java.lang.Enum<PostgresSolutionBlueprint>
org.odpi.openmetadata.adapters.connectors.postgres.solution.PostgresSolutionBlueprint
All Implemented Interfaces:
Serializable, Comparable<PostgresSolutionBlueprint>, Constable, CollectionDefinition, DesignModelDefinition, ReferenceableDefinition, SolutionBlueprintDefinition

public enum PostgresSolutionBlueprint extends Enum<PostgresSolutionBlueprint> 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

    • POSTGRES_SOLUTION_BLUEPRINT

      public static final PostgresSolutionBlueprint POSTGRES_SOLUTION_BLUEPRINT
      Description of the processing used to create the content packs shipped with Egeria.
  • Method Details

    • values

      public static PostgresSolutionBlueprint[] 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 PostgresSolutionBlueprint 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 element. It is only needed if the elements are to be loaded into an open metadata archive.
      Specified by:
      getGUID 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
    • 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
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<PostgresSolutionBlueprint>
      Returns:
      string showing enum value
    • 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