Interface INamedElement<T>

Type Parameters:
T - Type of the wrapped element.
All Known Subinterfaces:
INodeWithName, ITaskWithName, ITriggerWithName
All Known Implementing Classes:
NodeWithName, TaskWithName, TriggerWithName

public interface INamedElement<T>
Interface for a wrapper that provides a name for the named element.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getName

      String getName()
      Returns:
      The name of the element.
    • getElement

      T getElement()
      Returns:
      The element itself.