Enum Class SustainabilityProjectDefinition
java.lang.Object
java.lang.Enum<SustainabilityProjectDefinition>
org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityProjectDefinition
- All Implemented Interfaces:
Serializable,Comparable<SustainabilityProjectDefinition>,Constable,ProjectDefinition,ReferenceableDefinition
public enum SustainabilityProjectDefinition
extends Enum<SustainabilityProjectDefinition>
implements ProjectDefinition
The ProjectDefinition is used to feed the definition of the projects and teams 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 ConstantDescriptionAdd bucharest location definitionsSet up the sustainability communityProject to establish a sustainability focus and practices in Coco Pharmaceuticals.Campaign coordinating the sustainability initiatives in Coco Pharmaceuticals.Set up the sustainability communityDesign the sustainability information supply chainBuild and load sustainability dashboardDesign the sustainability information supply chainDefine Scope and Approach for the Sustainability InitiativeDefine Scope and Approach for the Sustainability InitiativeAdd the sustainability information supply chainDesign the sustainability information supply chainIntegrate business systems into the sustainability information supply chain -
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.Returns the enum constant of this class with the specified name.static SustainabilityProjectDefinition[]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
-
CAMPAIGN
Campaign coordinating the sustainability initiatives in Coco Pharmaceuticals. -
BOOTSTRAP
Project to establish a sustainability focus and practices in Coco Pharmaceuticals. -
GOVERNANCE_DEFINITIONS
Define Scope and Approach for the Sustainability Initiative -
GLOSSARY
Define Scope and Approach for the Sustainability Initiative -
ADD_BUCHAREST
Add bucharest location definitions -
ISC
Add the sustainability information supply chain -
COCO_SUS_DESIGN
Design the sustainability information supply chain -
ISC_DESIGN
Design the sustainability information supply chain -
GHG_CALCULATIONS
Design the sustainability information supply chain -
SYSTEM_INTEGRATION
Integrate business systems into the sustainability information supply chain -
DASHBOARD
Build and load sustainability dashboard -
ADD_COMMUNITY
Set up the sustainability community -
CFC_FREE
Set up the sustainability community
-
-
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<SustainabilityProjectDefinition>- Returns:
- string showing enum value
-