Class ClassSectionFlow
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
-
- Direct Known Subclasses:
ClassSectionManagedFunction
public class ClassSectionFlow extends java.lang.Object
SectionFlowSinkNode
with 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.SectionFlowSinkNode
getFlowSink()
Obtains theSectionFlowSinkNode
.
-
-
-
Constructor Detail
-
ClassSectionFlow
public ClassSectionFlow(SectionFlowSinkNode flowSink, java.lang.Class<?> argumentType)
Instantiate.- Parameters:
flowSink
-SectionFlowSinkNode
.argumentType
- Argument type for theSectionFlowSinkNode
. May benull
for 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 benull
for no argument.
-
-