Enum Class CocoGovernanceEngineDefinition

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

public enum CocoGovernanceEngineDefinition extends Enum<CocoGovernanceEngineDefinition>
Describes the standard governance engines shipped with Egeria
  • Enum Constant Details

    • CLINICAL_TRIALS_ENGINE

      public static final CocoGovernanceEngineDefinition CLINICAL_TRIALS_ENGINE
      Manages the set up and operation of clinical trials at Coco Pharmaceuticals.
    • ASSET_QUALITY_ENGINE

      public static final CocoGovernanceEngineDefinition ASSET_QUALITY_ENGINE
      Manages the data validation and operation of clinical trials at Coco Pharmaceuticals.
  • Method Details

    • values

      public static CocoGovernanceEngineDefinition[] 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 CocoGovernanceEngineDefinition 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 of the governance engine.
      Returns:
      string
    • getName

      public String getName()
      Return the unique name of the governance engine.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the governance engine.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the governance engine.
      Returns:
      string
    • getType

      public String getType()
      Return the open metadata type name for this engine.
      Returns:
      string
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<CocoGovernanceEngineDefinition>
      Returns:
      string showing enum value