public interface ManagedObjectExtensionInterfaceMetaData<I>
ManagedObject
.Modifier and Type | Method and Description |
---|---|
ExtensionInterfaceFactory<I> |
getExtensionInterfaceFactory()
Obtains the
ExtensionInterfaceFactory to create the extension
interface for the ManagedObject . |
Class<I> |
getExtensionInterfaceType()
Obtains the type of extension interface.
|
Class<I> getExtensionInterfaceType()
Class
representing the type of extension interface.ExtensionInterfaceFactory<I> getExtensionInterfaceFactory()
ExtensionInterfaceFactory
to create the extension
interface for the ManagedObject
.ExtensionInterfaceFactory
to create the extension
interface for the ManagedObject
.Copyright © 2005–2016. All rights reserved.