Enum Class GovernanceDefinition
java.lang.Object
java.lang.Enum<GovernanceDefinition>
org.odpi.openmetadata.samples.archiveutilities.sustainability.GovernanceDefinition
- All Implemented Interfaces:
Serializable
,Comparable<GovernanceDefinition>
,Constable
The GovernanceDefinition is used to feed the definition of the Governance Definitions for
Coco Pharmaceuticals sustainability scenarios.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionint
Return the identifier of the domain that this subject area belongs - 0 means all domainsgetGUID()
getScope()
getTitle()
getType()
toString()
Output of this enum class and main value.static GovernanceDefinition
Returns the enum constant of this class with the specified name.static GovernanceDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUSTAINABILITY_TREAT
-
CSRD_REGULATION
-
SUSTAINABILITY_STRATEGY
-
GREENHOUSE_GASES_APPROACH
-
AVOID_HARMFUL_MATERIALS
-
NEW_SUSTAINABILITY_DOMAIN
-
SUSTAINABILITY_LEADER_RESPONSIBILITY
-
SUSTAINABILITY_CHAMPION_RESPONSIBILITY
-
SUSTAINABILITY_TECHNOLOGY_LEAD_RESPONSIBILITY
-
REMOVE_BAD_COOLING_UNITS
-
-
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
-
getGUID
-
getType
-
getTitle
-
getSummary
-
getDescription
-
getImportance
-
getImplications
-
getOutcomes
-
getResults
-
getScope
-
getDomain
public int getDomain()Return the identifier of the domain that this subject area belongs - 0 means all domains- Returns:
- domain identifier
-
getExternalURL
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<GovernanceDefinition>
- Returns:
- string showing enum value
-