Interface IBaseExtension<T,D>

Type Parameters:
T - The actual concrete type of the extension
D - Note that this type param is not used anywhere - It is kept only to avoid making a breaking change
All Superinterfaces:
IBase, IBaseDatatype, ICompositeType, IElement, Serializable
All Known Implementing Classes:
ExtensionDt

public interface IBaseExtension<T,D> extends ICompositeType