Interface NameAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
-
- All Superinterfaces:
ManagedFunctionFactory<O,F>
public interface NameAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> extends ManagedFunctionFactory<O,F>
Name awareManagedFunctionFactory.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBoundFunctionName(java.lang.String boundFunctionName)Provides theManagedFunctionFactorythe bound name for its createdManagedFunctioninstances.-
Methods inherited from interface net.officefloor.frame.api.function.ManagedFunctionFactory
createManagedFunction
-
-
-
-
Method Detail
-
setBoundFunctionName
void setBoundFunctionName(java.lang.String boundFunctionName)
Provides theManagedFunctionFactorythe bound name for its createdManagedFunctioninstances.- Parameters:
boundFunctionName- Bound name for the createdManagedFunction.
-
-