Class ClassSectionFlow
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
-
- Direct Known Subclasses:
ClassSectionManagedFunction
public class ClassSectionFlow extends java.lang.ObjectSectionFlowSinkNodewith meta-data forClassSectionLoader.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ClassSectionFlow(SectionFlowSinkNode flowSink, java.lang.Class<?> argumentType)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getArgumentType()Obtains the argument type.SectionFlowSinkNodegetFlowSink()Obtains theSectionFlowSinkNode.
-
-
-
Constructor Detail
-
ClassSectionFlow
public ClassSectionFlow(SectionFlowSinkNode flowSink, java.lang.Class<?> argumentType)
Instantiate.- Parameters:
flowSink-SectionFlowSinkNode.argumentType- Argument type for theSectionFlowSinkNode. May benullfor no argument.
-
-
Method Detail
-
getFlowSink
public SectionFlowSinkNode getFlowSink()
Obtains theSectionFlowSinkNode.- Returns:
SectionFlowSinkNode.
-
getArgumentType
public java.lang.Class<?> getArgumentType()
Obtains the argument type.- Returns:
- Argument type for the
SectionFlowSinkNode. May benullfor no argument.
-
-