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 void
setBoundFunctionName(java.lang.String boundFunctionName)
Provides theManagedFunctionFactory
the bound name for its createdManagedFunction
instances.-
Methods inherited from interface net.officefloor.frame.api.function.ManagedFunctionFactory
createManagedFunction
-
-
-
-
Method Detail
-
setBoundFunctionName
void setBoundFunctionName(java.lang.String boundFunctionName)
Provides theManagedFunctionFactory
the bound name for its createdManagedFunction
instances.- Parameters:
boundFunctionName
- Bound name for the createdManagedFunction
.
-
-