Enum Class IntegrationGroupDefinition

java.lang.Object
java.lang.Enum<IntegrationGroupDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.IntegrationGroupDefinition
All Implemented Interfaces:
Serializable, Comparable<IntegrationGroupDefinition>, Constable

public enum IntegrationGroupDefinition extends Enum<IntegrationGroupDefinition>
Describes the integration groups in the core content packs.
  • Enum Constant Details

  • Method Details

    • values

      public static IntegrationGroupDefinition[] 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 IntegrationGroupDefinition 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 for the integration group.
      Returns:
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name of the integration group.
      Returns:
      string
    • getName

      public String getName()
      Return the name of the integration group.
      Returns:
      string
    • getDescription

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

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

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