Interface OfficeSectionOutput
- All Superinterfaces:
OfficeFlowSourceNode
- All Known Subinterfaces:
SectionOutputNode
- All Known Implementing Classes:
SectionOutputNodeImpl
Output from the
OfficeSection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeSectioncontaining thisOfficeSectionOutput.Obtains the name of thisOfficeSectionOutput.
-
Method Details
-
getOfficeSection
OfficeSection getOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionOutput.- Returns:
OfficeSectioncontaining thisOfficeSectionOutput.
-
getOfficeSectionOutputName
String getOfficeSectionOutputName()Obtains the name of thisOfficeSectionOutput.- Returns:
- Name of this
OfficeSectionOutput.
-