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

    • CORPORATE_REGULATION_LIBRARY

      public static final CocoCollectionDefinition CORPORATE_REGULATION_LIBRARY
      Corporate Regulation Library
    • SECURITY_REGULATIONS

      public static final CocoCollectionDefinition SECURITY_REGULATIONS
      Security Regulations
    • FINANCIAL_REGULATIONS

      public static final CocoCollectionDefinition FINANCIAL_REGULATIONS
      Financial Regulations
    • SUSTAINABILITY_REGULATIONS

      public static final CocoCollectionDefinition SUSTAINABILITY_REGULATIONS
      Sustainability Regulations
    • PRIVACY_REGULATIONS

      public static final CocoCollectionDefinition PRIVACY_REGULATIONS
      Privacy Regulations
    • PHARMACEUTICAL_INDUSTRY_REGULATIONS

      public static final CocoCollectionDefinition PHARMACEUTICAL_INDUSTRY_REGULATIONS
      Pharmaceutical Industry Regulations
    • CLINICAL_TRIAL_REGULATIONS

      public static final CocoCollectionDefinition CLINICAL_TRIAL_REGULATIONS
      Clinical Trial Regulations
    • GOVERNANCE_FOLIOS

      public static final CocoCollectionDefinition GOVERNANCE_FOLIOS
      Governance Folios - RootCollection::Coco::Governance Folios
    • SOLUTIONS

      public static final CocoCollectionDefinition SOLUTIONS
      Coco Pharmaceuticals Solutions
    • DATA_HUBS

      public static final CocoCollectionDefinition DATA_HUBS
      Strategic Data Hubs - RootCollection::Coco::Strategic Data Hubs
    • IT_SUBSYSTEMS

      public static final CocoCollectionDefinition IT_SUBSYSTEMS
      IT Systems Inventory - RootCollection::Coco::IT Systems Inventory
  • 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