|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.frame.spi.managedobject.source.impl.ManagedObjectExtensionInterfaceMetaDataImpl<I>
public class ManagedObjectExtensionInterfaceMetaDataImpl<I>
Implementation of ManagedObjectExtensionInterfaceMetaData.
| Constructor Summary | |
|---|---|
ManagedObjectExtensionInterfaceMetaDataImpl(Class<I> type,
ExtensionInterfaceFactory<I> factory)
Initiate. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedObjectExtensionInterfaceMetaDataImpl(Class<I> type,
ExtensionInterfaceFactory<I> factory)
type - Extension interface type.factory - ExtensionInterfaceFactory.| Method Detail |
|---|
public Class<I> getExtensionInterfaceType()
ManagedObjectExtensionInterfaceMetaData
getExtensionInterfaceType in interface ManagedObjectExtensionInterfaceMetaData<I>Class representing the type of extension interface.public ExtensionInterfaceFactory<I> getExtensionInterfaceFactory()
ManagedObjectExtensionInterfaceMetaDataExtensionInterfaceFactory to create the extension
interface for the ManagedObject.
getExtensionInterfaceFactory in interface ManagedObjectExtensionInterfaceMetaData<I>ExtensionInterfaceFactory to create the extension
interface for the ManagedObject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||