Class ClassSectionFlow
java.lang.Object
net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
- Direct Known Subclasses:
ClassSectionManagedFunction
SectionFlowSinkNode with meta-data for ClassSectionLoader.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionClassSectionFlow(SectionFlowSinkNode flowSink, Class<?> argumentType) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Obtains the argument type.Obtains theSectionFlowSinkNode.
-
Constructor Details
-
ClassSectionFlow
Instantiate.- Parameters:
flowSink-SectionFlowSinkNode.argumentType- Argument type for theSectionFlowSinkNode. May benullfor no argument.
-
-
Method Details
-
getFlowSink
Obtains theSectionFlowSinkNode.- Returns:
SectionFlowSinkNode.
-
getArgumentType
Obtains the argument type.- Returns:
- Argument type for the
SectionFlowSinkNode. May benullfor no argument.
-