Interface IExtension<E extends IRespondingMutableElement<E>>
- Type Parameters:
E- is the type of the extension of aIExtension.
- All Superinterfaces:
IProperty, MaterializationRequestable
- All Known Implementing Classes:
Extension
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IProperty
addedOrChangedAttribute, fillUpAttributesIntoListMethods inherited from interface MaterializationRequestable
isMaterialized, isView
-
Method Details
-
getStoredExtension
E getStoredExtension()- Returns:
- the extension of the current
IExtension.
-