Class ClassSectionManagedFunction
java.lang.Object
net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
net.officefloor.plugin.section.clazz.loader.ClassSectionManagedFunction
SectionFunction with meta-data for ClassSectionLoader.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionClassSectionManagedFunction(SectionFunction function, ManagedFunctionType<?, ?> managedFunctionType, Class<?> argumentType) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains theSectionFlowSinkNode.Obtains theSectionFunction.ManagedFunctionType<?,?> Obtains theManagedFunctionType.Methods inherited from class net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
getArgumentType
-
Constructor Details
-
ClassSectionManagedFunction
public ClassSectionManagedFunction(SectionFunction function, ManagedFunctionType<?, ?> managedFunctionType, Class<?> argumentType) Instantiate.- Parameters:
function-SectionFunction.argumentType- Argument type for theSectionFlowSinkNode. May benullfor no argument.managedFunctionType-ManagedFunctionType.
-
-
Method Details
-
getFunction
Obtains theSectionFunction.- Returns:
SectionFunction.
-
getManagedFunctionType
Obtains theManagedFunctionType.- Returns:
ManagedFunctionType.
-
getFlowSink
Description copied from class:ClassSectionFlowObtains theSectionFlowSinkNode.- Overrides:
getFlowSinkin classClassSectionFlow- Returns:
SectionFlowSinkNode.
-