Interface QualifiedElementCreator<T>
- Type Parameters:
T- the value type
- All Known Implementing Classes:
DefaultQualifiedElementCreator,SupplierQualifiedElementCreator
public interface QualifiedElementCreator<T>
Creates an
QualifiedElement.- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
createElement
QualifiedElement<T> createElement()Creates an element.- Returns:
- the element
-
getType
Returns the type.- Returns:
- the type
-