Class ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.managedobjectsource.ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
-
- All Implemented Interfaces:
ManagedObjectFunctionDependency
- Enclosing class:
- ManagedObjectSourceContextImpl<F extends java.lang.Enum<F>>
public static class ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl extends java.lang.Object implements ManagedObjectFunctionDependency
ManagedObjectFunctionDependencyimplementation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFunctionObjectName()Obtains the name of theManagedObjectFunctionDependency.java.lang.Class<?>getFunctionObjectType()Obtains the type ofManagedObjectFunctionDependency.
-
-
-
Method Detail
-
getFunctionObjectName
public java.lang.String getFunctionObjectName()
Obtains the name of theManagedObjectFunctionDependency.- Returns:
- Name of the
ManagedObjectFunctionDependency.
-
getFunctionObjectType
public java.lang.Class<?> getFunctionObjectType()
Obtains the type ofManagedObjectFunctionDependency.- Returns:
- Type of
ManagedObjectFunctionDependency.
-
-