- All Superinterfaces:
ManagedFunctionFactory<O,F>
public interface NameAwareManagedFunctionFactory<O extends Enum<O>,F extends Enum<F>>
extends ManagedFunctionFactory<O,F>
Name aware
ManagedFunctionFactory.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBoundFunctionName(String boundFunctionName) Provides theManagedFunctionFactorythe bound name for its createdManagedFunctioninstances.Methods inherited from interface net.officefloor.frame.api.function.ManagedFunctionFactory
createManagedFunction
-
Method Details
-
setBoundFunctionName
Provides theManagedFunctionFactorythe bound name for its createdManagedFunctioninstances.- Parameters:
boundFunctionName- Bound name for the createdManagedFunction.
-