Interface SectionOutput
-
- All Superinterfaces:
SectionFlowSinkNode
- All Known Subinterfaces:
SectionOutputNode
- All Known Implementing Classes:
SectionOutputNodeImpl
public interface SectionOutput extends SectionFlowSinkNode
Output of aSectionNode
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAnnotation(java.lang.Object annotation)
Adds the annotation for thisSectionOutput
.java.lang.String
getSectionOutputName()
Obtains the name of thisSectionOutput
.
-
-
-
Method Detail
-
getSectionOutputName
java.lang.String getSectionOutputName()
Obtains the name of thisSectionOutput
.- Returns:
- Name of this
SectionOutput
.
-
addAnnotation
void addAnnotation(java.lang.Object annotation)
Adds the annotation for this
SectionOutput
.This is exposed as is on the
SectionOutputType
interface for thisSectionOutput
.- Parameters:
annotation
- Annotation.
-
-