Class ManagedFunctionValueParameterFactory
- java.lang.Object
-
- net.officefloor.plugin.managedfunction.clazz.ManagedFunctionObjectParameterFactory
-
- net.officefloor.plugin.managedfunction.clazz.ManagedFunctionValueParameterFactory
-
- All Implemented Interfaces:
ManagedFunctionParameterFactory
public class ManagedFunctionValueParameterFactory extends ManagedFunctionObjectParameterFactory
Creates the value for theClassFunction
.- Author:
- Daniel Sagenschneider
-
-
Field Summary
-
Fields inherited from class net.officefloor.plugin.managedfunction.clazz.ManagedFunctionObjectParameterFactory
objectIndex
-
-
Constructor Summary
Constructors Constructor Description ManagedFunctionValueParameterFactory(int objectIndex)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createParameter(ManagedFunctionContext<?,?> context)
Creates the parameter from theManagedFunctionContext
.
-
-
-
Method Detail
-
createParameter
public java.lang.Object createParameter(ManagedFunctionContext<?,?> context)
Description copied from interface:ManagedFunctionParameterFactory
Creates the parameter from theManagedFunctionContext
.- Specified by:
createParameter
in interfaceManagedFunctionParameterFactory
- Overrides:
createParameter
in classManagedFunctionObjectParameterFactory
- Parameters:
context
-ManagedFunctionContext
.- Returns:
- Parameter.
-
-