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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier 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 ContentPackDefinitionReturns 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
- 
PRODUCTS_CONTENT_PACK
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getArchiveGUIDReturn the unique name of the archive.- Returns:
- guid
 
- 
getArchiveNameReturn the display name of the archive.- Returns:
- name
 
- 
getArchiveDescriptionReturn the description of the contents of the archive.- Returns:
- text
 
- 
getArchiveFileNameName of the file name to use.- Returns:
- string
 
- 
toStringJSON-style toString- Overrides:
- toStringin class- Enum<ContentPackDefinition>
- Returns:
- return string containing the property names and values
 
 
-