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

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

  • 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
    • getImplementationType

      public String getImplementationType()
      Return which type of software component is likely to be deployed to implement this solution component.
      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
    • getConsumingBlueprints

      public List<SolutionBlueprint> getConsumingBlueprints()
    • getSubComponents

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

      public List<InformationSupplyChainSegment> getLinkedFromSegment()
      Return the segments that preceded this segment.
      Returns:
      list of segments
    • getImplementedBy

      public String getImplementedBy()
      Return the GUID of the implementation element (or null)
      Returns:
      guid
    • 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