Enum Class CocoProjectDefinition
java.lang.Object
java.lang.Enum<CocoProjectDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoProjectDefinition
- All Implemented Interfaces:
Serializable,Comparable<CocoProjectDefinition>,Constable,ProjectDefinition,ReferenceableDefinition
The ProjectDefinition is used to feed the definition of the projects for Coco Pharmaceuticals scenarios.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCSM-FOUNDATION - Add cyber monitoring and response foundationCAMP-CT - Developing efficient ways to manage each clinical trial.CAMP-CDH - Enabling different business units to exchange data in a systematic and timely manner.CSM-CYBER-ATTACK-RESPONSE - Develop cyber attack responseCDH-DEFINITION - Coco Data Hub DefinitionCAMP-MM - Project to upgrade the manufacturing process to support personalized medicine.CSM-RECRUIT - To recruit a full-time, permanent cyber expert to join the organization.CSM-USER-AUDIT - Review user auditCAMP-CSM - Enabling different business units to exchange data in a systematic and timely manner.CSM-RECRUIT - To recruit a full-time, permanent cyber expert to join the organization.CSM-SYSTEMS-INVENTORY - Creating an IT Systems Inventory -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionWhich project provides direction?Which projects is this project dependent on?Return the description for the project.Return the display name for the project.Return the short identifier for the project.Who is the leader for this project?Return the team members.Return the mission for the project.What is the project's current status?How should this project be classified?Return the qualified name for the project.Who is the exec sponsor for this project?getURL()Return the URL for the project.booleanIs this project a campaign?booleanisTask()Is the project a task?toString()Output of this enum class and main value.static CocoProjectDefinitionReturns the enum constant of this class with the specified name.static CocoProjectDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getGUID, getParentCollection, getTypeName, getVersionIdentifier, isTemplate
-
Enum Constant Details
-
MANUFACTURING_MOD
CAMP-MM - Project to upgrade the manufacturing process to support personalized medicine. -
CLINICAL_TRIALS
CAMP-CT - Developing efficient ways to manage each clinical trial. -
CROSS_BUSINESS_DATA_SHARING
CAMP-CDH - Enabling different business units to exchange data in a systematic and timely manner. -
DATA_HUB_DEFINITION
CDH-DEFINITION - Coco Data Hub Definition -
SECURITY_MODERNIZATION
CAMP-CSM - Enabling different business units to exchange data in a systematic and timely manner. -
SECURITY_STRATEGY
CSM-RECRUIT - To recruit a full-time, permanent cyber expert to join the organization. -
SYSTEMS_INVENTORY
CSM-SYSTEMS-INVENTORY - Creating an IT Systems Inventory -
RECRUIT_CYBER_EXPERT
CSM-RECRUIT - To recruit a full-time, permanent cyber expert to join the organization. -
ADD_CYBER_TOOLS_FOUNDATION
CSM-FOUNDATION - Add cyber monitoring and response foundation -
REVIEW_USER_AUDIT
CSM-USER-AUDIT - Review user audit -
CYBER_ATTACK_RESPONSE
CSM-CYBER-ATTACK-RESPONSE - Develop cyber attack response
-
-
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
Return the qualified name for the project.- Specified by:
getQualifiedNamein interfaceReferenceableDefinition- Returns:
- string name
-
getIdentifier
Return the short identifier for the project.- Specified by:
getIdentifierin interfaceReferenceableDefinition- Returns:
- string name
-
getDisplayName
Return the display name for the project.- Specified by:
getDisplayNamein interfaceReferenceableDefinition- Returns:
- string name
-
getMission
Return the mission for the project.- Specified by:
getMissionin interfaceProjectDefinition- Returns:
- string
-
getDescription
Return the description for the project.- Specified by:
getDescriptionin interfaceReferenceableDefinition- Returns:
- text
-
getURL
Return the URL for the project.- Specified by:
getURLin interfaceReferenceableDefinition- Returns:
- string
-
isCampaign
public boolean isCampaign()Is this project a campaign?- Specified by:
isCampaignin interfaceProjectDefinition- Returns:
- boolean
-
isTask
public boolean isTask()Is the project a task?- Specified by:
isTaskin interfaceProjectDefinition- Returns:
- boolean
-
getProjectTypeClassification
How should this project be classified?- Specified by:
getProjectTypeClassificationin interfaceProjectDefinition- Returns:
- classification
-
getProjectStatus
What is the project's current status?- Specified by:
getProjectStatusin interfaceProjectDefinition- Returns:
- status
-
getControllingProject
Which project provides direction?- Specified by:
getControllingProjectin interfaceProjectDefinition- Returns:
- project
-
getDependentOn
Which projects is this project dependent on?- Specified by:
getDependentOnin interfaceProjectDefinition- Returns:
- list of projects
-
getLeader
Who is the leader for this project?- Specified by:
getLeaderin interfaceProjectDefinition- Returns:
- person
-
getMembers
Return the team members.- Specified by:
getMembersin interfaceProjectDefinition- Returns:
- list of people
-
getSponsor
Who is the exec sponsor for this project?- Specified by:
getSponsorin interfaceProjectDefinition- Returns:
- person
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<CocoProjectDefinition>- Returns:
- string showing enum value
-