Enum Class ProvisionTabularDatasetActionTarget

java.lang.Object
java.lang.Enum<ProvisionTabularDatasetActionTarget>
org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDatasetActionTarget
All Implemented Interfaces:
Serializable, Comparable<ProvisionTabularDatasetActionTarget>, Constable

public enum ProvisionTabularDatasetActionTarget extends Enum<ProvisionTabularDatasetActionTarget>
ActionTargetEnum characterises the action targets that this governance action service works with/
  • Enum Constant Details

  • Field Details

    • description

      public final String description
      Description of the target.
  • Method Details

    • values

      public static ProvisionTabularDatasetActionTarget[] 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 ProvisionTabularDatasetActionTarget 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 target name.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the target.
      Returns:
      string description
    • getTypeName

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

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

      public Map<String,String> 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
    • getActionTargetTypes

      public static List<ActionTargetType> getActionTargetTypes()
      Return the targets defined in this enum for a PostgreSQL server.
      Returns:
      list
    • getActionTargetType

      public ActionTargetType getActionTargetType()
      Return an target type for use in the governance service's provider.
      Returns:
      target type
    • toString

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