java.lang.Object
java.lang.Enum<SolutionComponentWire>
org.odpi.openmetadata.adapters.connectors.productmanager.solutionblueprint.SolutionComponentWire
All Implemented Interfaces:
Serializable, Comparable<SolutionComponentWire>, Constable

public enum SolutionComponentWire extends Enum<SolutionComponentWire>
Define the linkage between solution components defined for Coco Pharmaceuticals. Still experimenting on the usage of the
  • Enum Constant Details

  • Method Details

    • values

      public static SolutionComponentWire[] 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 SolutionComponentWire 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
    • getComponent1

      public ProductSolutionComponent getComponent1()
      Return the component for end 1
      Returns:
      component definition
    • getComponent2

      public ProductSolutionComponent getComponent2()
      Return the component for end 2
      Returns:
      component definition
    • getLabel

      public String getLabel()
      Return the relationship label.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the relationship description.
      Returns:
      string
    • getISCQualifiedNames

      public List<String> getISCQualifiedNames()
      Return the list of ISC qualified names that the wire belongs to.
      Returns:
      list of strings