public class ManagedObjectExtensionInterfaceMetaDataImpl<I> extends Object implements ManagedObjectExtensionInterfaceMetaData<I>
ManagedObjectExtensionInterfaceMetaData
.Constructor and Description |
---|
ManagedObjectExtensionInterfaceMetaDataImpl(Class<I> type,
ExtensionInterfaceFactory<I> factory)
Initiate.
|
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.
|
public ManagedObjectExtensionInterfaceMetaDataImpl(Class<I> type, ExtensionInterfaceFactory<I> factory)
type
- Extension interface type.factory
- ExtensionInterfaceFactory
.public Class<I> getExtensionInterfaceType()
ManagedObjectExtensionInterfaceMetaData
getExtensionInterfaceType
in interface ManagedObjectExtensionInterfaceMetaData<I>
Class
representing the type of extension interface.public ExtensionInterfaceFactory<I> getExtensionInterfaceFactory()
ManagedObjectExtensionInterfaceMetaData
ExtensionInterfaceFactory
to create the extension
interface for the ManagedObject
.getExtensionInterfaceFactory
in interface ManagedObjectExtensionInterfaceMetaData<I>
ExtensionInterfaceFactory
to create the extension
interface for the ManagedObject
.Copyright © 2005–2016. All rights reserved.