Enum Class GovernanceDomainDefinition
java.lang.Object
java.lang.Enum<GovernanceDomainDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
- All Implemented Interfaces:
Serializable
,Comparable<GovernanceDomainDefinition>
,Constable
The GovernanceDomainDefinition is used to feed the definition of the governance domains 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 ConstantDescriptionAll Governance DomainsPhysical Asset ManagementCorporate GovernanceData (Information) GovernanceIT GovernanceData PrivacyInformation SecuritySoftware Development Assurance -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the community that will coordinate the governance domain.Returns a detailed description of the assets within the zone.Returns a descriptive name of the zone.int
Returns the unique name for the zone.Return the person who should be appointed as a governance officer.Returns the unique name for the zone entity.toString()
Output of this enum class and main value.static GovernanceDomainDefinition
Returns the enum constant of this class with the specified name.static GovernanceDomainDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
All Governance Domains -
DATA
Data (Information) Governance -
PRIVACY
Data Privacy -
SECURITY
Information Security -
IT_INFRASTRUCTURE
IT Governance -
SOFTWARE_DEVELOPMENT
Software Development Assurance -
CORPORATE
Corporate Governance -
ASSET_MANAGEMENT
Physical Asset Management
-
-
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
-
getDomainIdentifier
public int getDomainIdentifier()Returns the unique name for the zone.- Returns:
- identifier for domain
-
getDisplayName
Returns a descriptive name of the zone.- Returns:
- display name
-
getDescription
Returns a detailed description of the assets within the zone.- Returns:
- description
-
getCommunityName
Return the name of the community that will coordinate the governance domain.- Returns:
- string name
-
getGovernanceOfficer
Return the person who should be appointed as a governance officer.- Returns:
- person description
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<GovernanceDomainDefinition>
- Returns:
- string showing enum value
-