Interface SectionOutput
- All Superinterfaces:
SectionFlowSinkNode
- All Known Subinterfaces:
SectionOutputNode
- All Known Implementing Classes:
SectionOutputNodeImpl
Output of a
SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(Object annotation) Adds the annotation for thisSectionOutput.Obtains the name of thisSectionOutput.
-
Method Details
-
getSectionOutputName
String getSectionOutputName()Obtains the name of thisSectionOutput.- Returns:
- Name of this
SectionOutput.
-
addAnnotation
Adds the annotation for this
SectionOutput.This is exposed as is on the
SectionOutputTypeinterface for thisSectionOutput.- Parameters:
annotation- Annotation.
-