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
ManagedObjectFunctionDependency
implementation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFunctionDependencyName()
Obtains the name of thisManagedFunction
dependency.java.lang.Class<?>
getFunctionObjectType()
Obtains the type ofManagedObjectFunctionDependency
.
-
-
-
Method Detail
-
getFunctionObjectType
public java.lang.Class<?> getFunctionObjectType()
Obtains the type ofManagedObjectFunctionDependency
.- Returns:
- Type of
ManagedObjectFunctionDependency
.
-
getFunctionDependencyName
public java.lang.String getFunctionDependencyName()
Description copied from interface:ManagedObjectFunctionDependency
Obtains the name of thisManagedFunction
dependency.- Specified by:
getFunctionDependencyName
in interfaceManagedObjectFunctionDependency
- Returns:
- Name of this
ManagedFunction
dependency.
-
-