Class ManagedFunctionReferenceImpl
java.lang.Object
net.officefloor.frame.impl.construct.managedfunction.ManagedFunctionReferenceImpl
- All Implemented Interfaces:
ManagedFunctionReference
ManagedFunctionReference implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionManagedFunctionReferenceImpl(String functionName, Class<?> argumentType) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Obtains the type of argument to be passed to the referencedManagedFunction.Obtains the name of theManagedFunction.
-
Constructor Details
-
ManagedFunctionReferenceImpl
Initiate.- Parameters:
functionName- Name of theManagedFunction.argumentType- Type of argument to be passed to the referencedManagedFunction.
-
-
Method Details
-
getFunctionName
Description copied from interface:ManagedFunctionReferenceObtains the name of theManagedFunction.- Specified by:
getFunctionNamein interfaceManagedFunctionReference- Returns:
- Name of the
ManagedFunction.
-
getArgumentType
Description copied from interface:ManagedFunctionReferenceObtains the type of argument to be passed to the referencedManagedFunction.- Specified by:
getArgumentTypein interfaceManagedFunctionReference- Returns:
- Type of argument to be passed to the referenced
ManagedFunction.
-