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 OfficeSectiongetOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionOutput.java.lang.StringgetOfficeSectionOutputName()Obtains the name of thisOfficeSectionOutput.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSectioncontaining thisOfficeSectionOutput.- Returns:
OfficeSectioncontaining thisOfficeSectionOutput.
-
getOfficeSectionOutputName
java.lang.String getOfficeSectionOutputName()
Obtains the name of thisOfficeSectionOutput.- Returns:
- Name of this
OfficeSectionOutput.
-
-