Enum Class CocoGovernanceZoneDefinition
java.lang.Object
java.lang.Enum<CocoGovernanceZoneDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
- All Implemented Interfaces:
Serializable
,Comparable<CocoGovernanceZoneDefinition>
,Constable
The CocoGovernanceZoneDefinition is used to feed the definition of the governance zones for
Coco Pharmaceuticals.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionclinical-trialsdata-lakedevelopmentfinancegovernancehuman-resourcesinfrastructurelanding-areamanufacturingpersonal-filesquarantineresearchsalestrash-can -
Method Summary
Modifier and TypeMethodDescriptionReturns a description of the criteria for including assets in the zone.Returns a detailed description of the assets within the zone.Returns a descriptive name of the zone.Returns the unique name for the zone entity.Returns the unique name for the zone.static CocoGovernanceZoneDefinition
Returns the enum constant of this class with the specified name.static CocoGovernanceZoneDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERSONAL
personal-files -
QUARANTINE
quarantine -
LANDING_AREA
landing-area -
DATA_LAKE
data-lake -
RESEARCH
research -
CLINICAL_TRIALS
clinical-trials -
HUMAN_RESOURCES
human-resources -
FINANCE
finance -
INFRASTRUCTURE
infrastructure -
DEVELOPMENT
development -
MANUFACTURING
manufacturing -
SALES
sales -
GOVERNANCE
governance -
TRASH_CAN
trash-can
-
-
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
-
getQualifiedName
Returns the unique name for the zone entity.- Returns:
- qualified name
-
getZoneName
Returns the unique name for the zone.- Returns:
- zone name
-
getDisplayName
Returns a descriptive name of the zone.- Returns:
- display name
-
getDescription
Returns a detailed description of the assets within the zone.- Returns:
- description
-
getCriteria
Returns a description of the criteria for including assets in the zone.- Returns:
- criteria
-