Enum Class ContentPackDefinition
java.lang.Object
java.lang.Enum<ContentPackDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.ContentPackDefinition
- All Implemented Interfaces:
Serializable
,Comparable<ContentPackDefinition>
,Constable
Identifies the content pack containing specific templates, integration connectors and governance services belong to.
-
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 TypeMethodDescriptionReturn the description of the contents of the archive.Name of the file name to use.Return the unique name of the archive.Return the display name of the archive.toString()
JSON-style toStringstatic ContentPackDefinition
Returns the enum constant of this class with the specified name.static ContentPackDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CORE_CONTENT_PACK
-
UNITY_CATALOG_CONTENT_PACK
-
APACHE_ATLAS_CONTENT_PACK
-
POSTGRES_CONTENT_PACK
-
APACHE_KAFKA_CONTENT_PACK
-
NANNY_CONTENT_PACK
-
APIS_CONTENT_PACK
-
-
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
-
getArchiveGUID
Return the unique name of the archive.- Returns:
- guid
-
getArchiveName
Return the display name of the archive.- Returns:
- name
-
getArchiveDescription
Return the description of the contents of the archive.- Returns:
- text
-
getArchiveFileName
Name of the file name to use.- Returns:
- string
-
toString
JSON-style toString- Overrides:
toString
in classEnum<ContentPackDefinition>
- Returns:
- return string containing the property names and values
-