Enum Class ActionLink

java.lang.Object
java.lang.Enum<ActionLink>
org.apache.nifi.admin.service.entity.ActionLink
All Implemented Interfaces:
Serializable, Comparable<ActionLink>, Constable, EntityProperty

public enum ActionLink extends Enum<ActionLink> implements EntityProperty
Enumeration of Action link properties for referencing other Entity objects
  • Enum Constant Details

    • CONNECT_DETAILS

      public static final ActionLink CONNECT_DETAILS
    • MOVE_DETAILS

      public static final ActionLink MOVE_DETAILS
    • CONFIGURE_DETAILS

      public static final ActionLink CONFIGURE_DETAILS
    • PURGE_DETAILS

      public static final ActionLink PURGE_DETAILS
  • Field Details

    • property

      private final String property
  • Constructor Details

    • ActionLink

      private ActionLink(String property)
  • Method Details

    • values

      public static ActionLink[] 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 ActionLink 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
    • getProperty

      public String getProperty()
      Description copied from interface: EntityProperty
      Get property name for an element of an Entity
      Specified by:
      getProperty in interface EntityProperty
      Returns:
      Property name