Interface ClassSectionFlowManufacturerContext
-
- All Superinterfaces:
ClassSectionFlowContext
public interface ClassSectionFlowManufacturerContext extends ClassSectionFlowContext
Context for theClassSectionFlowManufacturer
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedType
getAnnotatedType()
Obtains theAnnotatedType
ofSectionFlowSourceNode
.-
Methods inherited from interface net.officefloor.plugin.section.clazz.flow.ClassSectionFlowContext
addFunctionNamespace, addFunctionNamespace, createSubSectionOutputLink, getFlow, getFunction, getOrCreateSubSection, getOrCreateSubSection, getSourceContext
-
-
-
-
Method Detail
-
getAnnotatedType
AnnotatedType getAnnotatedType()
Obtains theAnnotatedType
ofSectionFlowSourceNode
.- Returns:
AnnotatedType
ofSectionFlowSourceNode
.
-
-