Interface OfficeSectionOutput
-
- All Superinterfaces:
OfficeFlowSourceNode
- All Known Subinterfaces:
SectionOutputNode
- All Known Implementing Classes:
SectionOutputNodeImpl
public interface OfficeSectionOutput extends OfficeFlowSourceNode
Output from theOfficeSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeSection
getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.java.lang.String
getOfficeSectionOutputName()
Obtains the name of thisOfficeSectionOutput
.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.- Returns:
OfficeSection
containing thisOfficeSectionOutput
.
-
getOfficeSectionOutputName
java.lang.String getOfficeSectionOutputName()
Obtains the name of thisOfficeSectionOutput
.- Returns:
- Name of this
OfficeSectionOutput
.
-
-