Enum Class SolutionLinkingWire

java.lang.Object
java.lang.Enum<SolutionLinkingWire>
org.odpi.openmetadata.contentpacks.core.SolutionLinkingWire
All Implemented Interfaces:
Serializable, Comparable<SolutionLinkingWire>, Constable

public enum SolutionLinkingWire extends Enum<SolutionLinkingWire>
Describes the additional solution linking wires that can not be derived from standard definition. EG friendship relationships
  • Enum Constant Details

    • POSTGRES_FRIENDSHIP

      public static final SolutionLinkingWire POSTGRES_FRIENDSHIP
      Pass responsibility for cataloguing schema, tables and columns.
    • UNITY_CATALOG_FRIENDSHIP

      public static final SolutionLinkingWire UNITY_CATALOG_FRIENDSHIP
      Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog.
  • Method Details

    • values

      public static SolutionLinkingWire[] 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 SolutionLinkingWire 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
    • getEnd1GUID

      public String getEnd1GUID()
      Return the unique identifier for end 1 of the relationship.
      Returns:
      string
    • getEnd2GUID

      public String getEnd2GUID()
      Return the unique identifier for end 2 of the relationship.
      Returns:
      string
    • getLabel

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

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

      public ContentPackDefinition getContentPackDefinition()
      Get identifier of content pack where this definition should be located.
      Returns:
      content pack definition
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<SolutionLinkingWire>
      Returns:
      return string containing the property names and values