Enum Class GovernanceZoneName
java.lang.Object
java.lang.Enum<GovernanceZoneName>
org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceZoneName
- All Implemented Interfaces:
Serializable,Comparable<GovernanceZoneName>,Constable
GovernanceZoneName lists the predefined governance zones defined by Egeria to control access to open metadata.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturn the description for the zone.Return the display name for the zone.Return the name of the zone used in ZoneMembership classification and the identifier of the security access control.toString()Standard toString method.static GovernanceZoneNameReturns the enum constant of this class with the specified name.static GovernanceZoneName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EGERIA_RUNTIME
-
DIGITAL_PRODUCTS
-
SECURITY
-
-
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
-
getZoneName
Return the name of the zone used in ZoneMembership classification and the identifier of the security access control.- Returns:
- string
-
getDisplayName
Return the display name for the zone.- Returns:
- string
-
getDescription
Return the description for the zone.- Returns:
- String default status description
-
toString
Standard toString method.- Overrides:
toStringin classEnum<GovernanceZoneName>- Returns:
- print out of variables in a JSON-style
-