Interface SubSectionOutput
-
- All Superinterfaces:
SectionFlowSourceNode
- All Known Subinterfaces:
SectionOutputNode
- All Known Implementing Classes:
SectionOutputNodeImpl
public interface SubSectionOutput extends SectionFlowSourceNode
Output for aSubSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSubSectionOutputName()
Obtains the name of thisSubSectionOutput
.
-
-
-
Method Detail
-
getSubSectionOutputName
java.lang.String getSubSectionOutputName()
Obtains the name of thisSubSectionOutput
.- Returns:
- Name of this
SubSectionOutput
.
-
-