Enum Class GlossaryTermDefinitions
java.lang.Object
java.lang.Enum<GlossaryTermDefinitions>
org.odpi.openmetadata.accessservices.samples.assetsetup.GlossaryTermDefinitions
- All Implemented Interfaces:
Serializable
,Comparable<GlossaryTermDefinitions>
,Constable
The GovernanceZoneDefinitions is used to feed the definition of the governance zones for
Coco Pharmaceuticals.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a description of the criteria for including assets in the zone.Returns a detailed description of the assets within the zone.Returns a descriptive name of the zone.Returns the unique name for the zone.static GlossaryTermDefinitions
Returns the enum constant of this class with the specified name.static GlossaryTermDefinitions[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERSONAL
-
QUARANTINE
-
DATA_LAKE
-
TRASH_CAN
-
-
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
Returns the unique name for the zone.- Returns:
- qualified name
-
getDisplayName
Returns a descriptive name of the zone.- Returns:
- display name
-
getDescription
Returns a detailed description of the assets within the zone.- Returns:
- description
-
getCriteria
Returns a description of the criteria for including assets in the zone.- Returns:
- criteria
-