Uses of Class
net.officefloor.plugin.managedfunction.method.parameter.ObjectParameterFactory
-
Packages that use ObjectParameterFactory Package Description net.officefloor.plugin.managedfunction.method.parameter -
-
Uses of ObjectParameterFactory in net.officefloor.plugin.managedfunction.method.parameter
Subclasses of ObjectParameterFactory in net.officefloor.plugin.managedfunction.method.parameter Modifier and Type Class Description class
InParameterFactory
Creates theIn
for theMethodFunction
.class
OutParameterFactory
Creates theOut
for theMethodFunction
.class
ValueParameterFactory
Creates the value for theMethodFunction
.class
VariableParameterFactory
Creates theVar
for theMethodFunction
.
-