Enum Class CocoCollectionDefinition

java.lang.Object
java.lang.Enum<CocoCollectionDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoCollectionDefinition
All Implemented Interfaces:
Serializable, Comparable<CocoCollectionDefinition>, Constable

public enum CocoCollectionDefinition extends Enum<CocoCollectionDefinition>
The CocoCollectionDefinition describes the different folders that are used to organize various definitions for Coco Pharmaceutical's governance program
  • Enum Constant Details

  • Method Details

    • values

      public static CocoCollectionDefinition[] 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 CocoCollectionDefinition 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 CocoCollectionDefinition 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
    • toString

      public String toString()
      String containing the definition values
      Overrides:
      toString in class Enum<CocoCollectionDefinition>
      Returns:
      printable string