Interface ManagedObjectExtensionMetaData<E>
- All Known Implementing Classes:
ManagedObjectExtensionMetaDataImpl
public interface ManagedObjectExtensionMetaData<E>
Meta-data regarding an extension interface implemented by the
ManagedObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theExtensionFactoryto create the extension for theManagedObject.Obtains the type of extension.
-
Method Details
-
getExtensionType
Obtains the type of extension.- Returns:
Classrepresenting the type of extension.
-
getExtensionFactory
ExtensionFactory<E> getExtensionFactory()Obtains theExtensionFactoryto create the extension for theManagedObject.- Returns:
ExtensionFactoryto create the extension for theManagedObject.
-