Enum Class JDBCDatabaseCatalogTarget

java.lang.Object
java.lang.Enum<JDBCDatabaseCatalogTarget>
org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCDatabaseCatalogTarget
All Implemented Interfaces:
Serializable, Comparable<JDBCDatabaseCatalogTarget>, Constable

public enum JDBCDatabaseCatalogTarget extends Enum<JDBCDatabaseCatalogTarget>
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.
  • Enum Constant Details

  • Method Details

    • values

      public static JDBCDatabaseCatalogTarget[] 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

      public static JDBCDatabaseCatalogTarget valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Return the catalog target name.
      Returns:
      string name
    • getTypeName

      public String getTypeName()
      Return the type name (or super type name) of a permitted catalog target.
      Returns:
      name of an open metadata type
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return a more specific definition of a permitted catalog target.
      Returns:
      deployed implementation type name
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value that the catalog target should have to be valid for this integration connector.
      Returns:
      map of string to string
    • getCatalogTargetTypes

      public static List<CatalogTargetType> getCatalogTargetTypes()
      Return all the catalog types defined by this enum.
      Returns:
      list of catalog target type
    • getCatalogTargetType

      public CatalogTargetType getCatalogTargetType()
      Return the catalog target type for a specific catalog target enum.
      Returns:
      catalog target type
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<JDBCDatabaseCatalogTarget>
      Returns:
      return string containing the property names and values