net.officefloor.frame.spi.managedobject.source
Interface ManagedObjectExtensionInterfaceMetaData<I>

All Known Implementing Classes:
ManagedObjectExtensionInterfaceMetaDataImpl

public interface ManagedObjectExtensionInterfaceMetaData<I>

Meta-data regarding an extension interface implemented by the ManagedObject.

Author:
Daniel Sagenschneider

Method Summary
 ExtensionInterfaceFactory<I> getExtensionInterfaceFactory()
          Obtains the ExtensionInterfaceFactory to create the extension interface for the ManagedObject.
 Class<I> getExtensionInterfaceType()
          Obtains the type of extension interface.
 

Method Detail

getExtensionInterfaceType

Class<I> getExtensionInterfaceType()
Obtains the type of extension interface.

Returns:
Class representing the type of extension interface.

getExtensionInterfaceFactory

ExtensionInterfaceFactory<I> getExtensionInterfaceFactory()
Obtains the ExtensionInterfaceFactory to create the extension interface for the ManagedObject.

Returns:
ExtensionInterfaceFactory to create the extension interface for the ManagedObject.


Copyright © 2005-2013. All Rights Reserved.