Enum Class WedgwoodProvisionSubscriptionActionTarget

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

public enum WedgwoodProvisionSubscriptionActionTarget extends Enum<WedgwoodProvisionSubscriptionActionTarget>
ActionTargetEnum characterises the action targets that this governance action service works with. Both are data sets: a single tabular data set, or a collection of them - a digital product family's asset on the source side, a schema of tables on the destination side. The service delivers a collection a table at a time.
  • Enum Constant Details

  • Field Details

    • description

      public final String description
      Description of the action 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

      public static WedgwoodProvisionSubscriptionActionTarget 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:
      string description
    • getTypeName

      public String getTypeName()
      Return the type name of the element that is linked to for this type of action target.
      Returns:
      type name
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target. This is typically only set for assets.
      Returns:
      preferred value string
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value that the elements linked to this action target should have.
      Returns:
      map
    • getActionTargetTypes

      public static List<ActionTargetType> getActionTargetTypes()
      Return all the action targets defined in this enum.
      Returns:
      list
    • getActionTargetType

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

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