Enum Class ContentCollectionDefinition

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

public enum ContentCollectionDefinition extends Enum<ContentCollectionDefinition>
The ContentCollectionDefinition describes the different folders that are used to organize various definitions for Egeria.
  • Enum Constant Details

  • Method Details

    • values

      public static ContentCollectionDefinition[] 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 ContentCollectionDefinition 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()
      Returns the unique identifier for the collection entity.
      Returns:
      string
    • getQualifiedName

      public String getQualifiedName()
      Returns the unique name for the collection entity.
      Returns:
      qualified name
    • getTypeName

      public String getTypeName()
      Returns the unique name for the collection type.
      Returns:
      type name
    • getClassificationName

      public String getClassificationName()
      Returns the optional classification.
      Returns:
      type name
    • getParent

      public ContentCollectionDefinition getParent()
      Return the entry of the parent folder - null for top level.
      Returns:
      enum
    • getDisplayName

      public String getDisplayName()
      Returns a descriptive name of the collection.
      Returns:
      string
    • getDescription

      public String getDescription()
      Returns a detailed description of the contents of the collection.
      Returns:
      string
    • getCategory

      public String getCategory()
      Returns an optional category for the collection.
      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()
      String containing the definition values
      Overrides:
      toString in class Enum<ContentCollectionDefinition>
      Returns:
      printable string