Interface IExtensionProperty<E extends IRespondingMutableElement<E>>
- Type Parameters:
E- the type of the extension of aIExtensionProperty.
- All Superinterfaces:
MaterializationRequestable, Property
- All Known Implementing Classes:
ExtensionProperty
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface MaterializationRequestable
isMaterialized, isViewMethods inherited from interface Property
addedOrChangedAttribute, fillUpAttributesIntoList
-
Method Details
-
getStoredExtension
E getStoredExtension()- Returns:
- the extension of the current
IExtensionProperty.
-