Enum Class OpenLineageAnalysisActionTarget

java.lang.Object
java.lang.Enum<OpenLineageAnalysisActionTarget>
org.odpi.openmetadata.adapters.connectors.lineageinsight.openlineage.OpenLineageAnalysisActionTarget
All Implemented Interfaces:
Serializable, Comparable<OpenLineageAnalysisActionTarget>, Constable

public enum OpenLineageAnalysisActionTarget extends Enum<OpenLineageAnalysisActionTarget>
OpenLineageAnalysisActionTarget provides the action targets supported by the OpenLineage analysis Lovelace services.
  • Enum Constant Details

  • Field Details

    • name

      public final String name
    • description

      public final String description
    • typeName

      public final String typeName
    • deployedImplementationType

      public final String deployedImplementationType
  • Method Details

    • values

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

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

      public String getTypeName()
      Return the open metadata type name of the action target.
      Returns:
      type name
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return the deployed implementation type of the action target.
      Returns:
      deployed implementation type
    • getActionTargetTypes

      public static List<ActionTargetType> getActionTargetTypes()
      Retrieve all the defined action targets
      Returns:
      list of action target types
    • getActionTargetType

      public ActionTargetType getActionTargetType()
      Return the action target type for this action target.
      Returns:
      action target type
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<OpenLineageAnalysisActionTarget>
      Returns:
      string showing enum value