Enum Class IntegrationGroupDefinition
java.lang.Object
java.lang.Enum<IntegrationGroupDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.IntegrationGroupDefinition
- All Implemented Interfaces:
Serializable
,Comparable<IntegrationGroupDefinition>
,Constable
Describes the integration groups in the core content packs.
-
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 TypeMethodDescriptionGet identifier of content pack where this template should be located.Return the description of the integration group.getGUID()
Return the unique identifier for the integration group.getName()
Return the name of the integration group.Return the unique name of the integration group.toString()
JSON-style toStringstatic IntegrationGroupDefinition
Returns the enum constant of this class with the specified name.static IntegrationGroupDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
-
APACHE_ATLAS
-
APACHE_KAFKA
-
APIS
-
NANNY
-
POSTGRES
-
UNITY_CATALOG
-
-
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
-
getGUID
Return the unique identifier for the integration group.- Returns:
-
getQualifiedName
Return the unique name of the integration group.- Returns:
- string
-
getName
Return the name of the integration group.- Returns:
- string
-
getDescription
Return the description of the integration group.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toString
in classEnum<IntegrationGroupDefinition>
- Returns:
- return string containing the property names and values
-