Class ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
java.lang.Object
net.officefloor.frame.impl.construct.managedobjectsource.ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
- All Implemented Interfaces:
ManagedObjectFunctionDependency
- Enclosing class:
- ManagedObjectSourceContextImpl<F extends Enum<F>>
public static class ManagedObjectSourceContextImpl.ManagedObjectFunctionDependencyImpl
extends Object
implements ManagedObjectFunctionDependency
ManagedObjectFunctionDependency implementation.-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisManagedFunctiondependency.Class<?>Obtains the type ofManagedObjectFunctionDependency.Obtains the type qualifier for theManagedObjectFunctionDependency.setTypeQualifier(String qualifier) Specifies qualifier for the type.
-
Method Details
-
getFunctionObjectType
Obtains the type ofManagedObjectFunctionDependency.- Returns:
- Type of
ManagedObjectFunctionDependency.
-
getFunctionObjectTypeQualifier
Obtains the type qualifier for theManagedObjectFunctionDependency.- Returns:
- Type qualifier for the
ManagedObjectFunctionDependency. May benullif no qualifier.
-
getFunctionDependencyName
Description copied from interface:ManagedObjectFunctionDependencyObtains the name of thisManagedFunctiondependency.- Specified by:
getFunctionDependencyNamein interfaceManagedObjectFunctionDependency- Returns:
- Name of this
ManagedFunctiondependency.
-
setTypeQualifier
Description copied from interface:ManagedObjectFunctionDependencySpecifies qualifier for the type.- Specified by:
setTypeQualifierin interfaceManagedObjectFunctionDependency- Parameters:
qualifier- Type qualifier.- Returns:
thisfor fluent building.
-