Enum Class DigitalProductCatalogDefinition

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

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

  • Method Details

    • values

      public static DigitalProductCatalogDefinition[] 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 DigitalProductCatalogDefinition 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:
      string
    • 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
    • getParent

      public DigitalProductCatalogDefinition getParent()
    • 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<DigitalProductCatalogDefinition>
      Returns:
      return string containing the property names and values