Enum Class PostgresTarget
java.lang.Object
java.lang.Enum<PostgresTarget>
org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresTarget
- All Implemented Interfaces:
Serializable
,Comparable<PostgresTarget>
,Constable
CatalogTargetEnum characterises the type of third party technology supported by a specific integration connector.
This enables the capability of an integration connector to be correctly matched to the resources and elements
that it works with.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn an target type for use in the governance service's provider.Return the target type for a specific target enum.Return a more specific definition of a permitted target.Return the description of the target.getName()
Return the target name.Return a map of property name to property value that the target should have to be valid for this integration connector.static List<ActionTargetType>
Return the targets defined in this enum for a PostgreSQL database.static List<ActionTargetType>
Return the targets defined in this enum for a PostgreSQL server.static List<CatalogTargetType>
Return all the catalog types defined by this enum.Return the type name (or super type name) of a permitted target.toString()
JSON-style toStringstatic PostgresTarget
Returns the enum constant of this class with the specified name.static PostgresTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SERVER
-
DATABASE
PostgreSQL Database.
-
-
Field Details
-
description
Description of the target.
-
-
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
-
getName
Return the target name.- Returns:
- string name
-
getDescription
Return the description of the target.- Returns:
- string description
-
getTypeName
Return the type name (or super type name) of a permitted target.- Returns:
- name of an open metadata type
-
getDeployedImplementationType
Return a more specific definition of a permitted target.- Returns:
- deployed implementation type name
-
getOtherPropertyValues
Return a map of property name to property value that the target should have to be valid for this integration connector.- Returns:
- map of string to string
-
getPostgresServerCatalogTargetTypes
Return all the catalog types defined by this enum.- Returns:
- list of target type
-
getCatalogTargetType
Return the target type for a specific target enum.- Returns:
- target type
-
getPostgresServerActionTargetTypes
Return the targets defined in this enum for a PostgreSQL server.- Returns:
- list
-
getPostgresDatabaseActionTargetTypes
Return the targets defined in this enum for a PostgreSQL database.- Returns:
- list
-
getActionTargetType
Return an target type for use in the governance service's provider.- Returns:
- target type
-
toString
JSON-style toString- Overrides:
toString
in classEnum<PostgresTarget>
- Returns:
- return string containing the property names and values
-