Enum Class GovernanceDomain
java.lang.Object
java.lang.Enum<GovernanceDomain>
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDomain
- All Implemented Interfaces:
Serializable,Comparable<GovernanceDomain>,Constable
GovernanceDomain defines the different governance domains that open metadata seeks to unite.
It is used in a governance definition and in the governance officer.
This gives an indication of which of the governance officers are responsible for defining
which governance definition.
- UNCLASSIFIED - The governance domain is not specified.
- DATA - The data (information) governance domain.
- PRIVACY - The data privacy governance domain.
- SECURITY - The governance definition is approved and in use.
- IT_INFRASTRUCTURE - The IT infrastructure management governance domain.
- SOFTWARE_DEVELOPMENT - The software development lifecycle governance domain.
- CORPORATE - The corporate governance domain.
- ASSET_MANAGEMENT - The physical asset management governance domain.
- OTHER - The governance domain is locally defined.
-
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 TypeMethodDescriptionReturn the default description of the instance provenance type.getName()Return the default name of the instance provenance type.intReturn the numeric representation of the instance provenance type.toString()toString() JSON-stylestatic GovernanceDomainReturns the enum constant of this class with the specified name.static GovernanceDomain[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
UNCLASSIFIED
-
DATA
-
PRIVACY
-
SECURITY
-
IT_INFRASTRUCTURE
-
SOFTWARE_DEVELOPMENT
-
CORPORATE
-
ASSET_MANAGEMENT
-
OTHER
-
-
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
-
getOrdinal
public int getOrdinal()Return the numeric representation of the instance provenance type.- Returns:
- int ordinal
-
getName
Return the default name of the instance provenance type.- Returns:
- String name
-
getDescription
Return the default description of the instance provenance type.- Returns:
- String description
-
toString
toString() JSON-style- Overrides:
toStringin classEnum<GovernanceDomain>- Returns:
- string description
-