Enum Class CocoGovernanceEngineDefinition
java.lang.Object
java.lang.Enum<CocoGovernanceEngineDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceEngineDefinition
- All Implemented Interfaces:
Serializable
,Comparable<CocoGovernanceEngineDefinition>
,Constable
Describes the standard governance engines shipped with Egeria
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionManages the data validation and operation of clinical trials at Coco Pharmaceuticals.Manages the set up and operation of clinical trials at Coco Pharmaceuticals. -
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the governance engine.Return the display name of the governance engine.getGUID()
Return the unique identifier of the governance engine.getName()
Return the unique name of the governance engine.getType()
Return the open metadata type name for this engine.toString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static CocoGovernanceEngineDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLINICAL_TRIALS_ENGINE
Manages the set up and operation of clinical trials at Coco Pharmaceuticals. -
ASSET_QUALITY_ENGINE
Manages the data validation and operation of clinical trials at Coco Pharmaceuticals.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getGUID
Return the unique identifier of the governance engine.- Returns:
- string
-
getName
Return the unique name of the governance engine.- Returns:
- string
-
getDisplayName
Return the display name of the governance engine.- Returns:
- string
-
getDescription
Return the description of the governance engine.- Returns:
- string
-
getType
Return the open metadata type name for this engine.- Returns:
- string
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<CocoGovernanceEngineDefinition>
- Returns:
- string showing enum value
-