Package de.xima.fc.interfaces
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetElement()StringgetName() 
 -