Package de.xima.fc.interfaces
Interface INamedElement<T>
-
- Type Parameters:
T- Type of the wrapped element.
- All Known Subinterfaces:
IFileProvidingNodeWithName,IFileProvidingTriggerWithName,IFileProvidingWorkflowElement<T>,INodeWithName,ITaskWithName,ITriggerWithName,ITypedWorkflowElement<T>
- All Known Implementing Classes:
FileProvidingNodeWithName,FileProvidingTriggerWithName,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetElement()StringgetName()
-