Enum Class ContentPackDefinition

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

public enum ContentPackDefinition extends Enum<ContentPackDefinition>
Identifies the content pack containing specific templates, integration connectors and governance services belong to.
  • Enum Constant Details

  • Method Details

    • values

      public static ContentPackDefinition[] 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 ContentPackDefinition 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
    • getArchiveGUID

      public String getArchiveGUID()
      Return the unique name of the archive.
      Returns:
      guid
    • getArchiveName

      public String getArchiveName()
      Return the display name of the archive.
      Returns:
      name
    • getArchiveDescription

      public String getArchiveDescription()
      Return the description of the contents of the archive.
      Returns:
      text
    • getArchiveFileName

      public String getArchiveFileName()
      Name of the file name to use.
      Returns:
      string
    • toString

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