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 AnnotatedTypegetAnnotatedType()Obtains theAnnotatedTypeofSectionFlowSourceNode.-
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 theAnnotatedTypeofSectionFlowSourceNode.- Returns:
AnnotatedTypeofSectionFlowSourceNode.
-
-