Interface OfficeSectionObject
-
- All Superinterfaces:
OfficeDependencyRequireNode
- All Known Subinterfaces:
SectionObjectNode
- All Known Implementing Classes:
SectionObjectNodeImpl
public interface OfficeSectionObject extends OfficeDependencyRequireNode
Object required by theOfficeSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeSectiongetOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionOutput.java.lang.StringgetOfficeSectionObjectName()Obtains the name of thisOfficeSectionObject.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSectioncontaining thisOfficeSectionOutput.- Returns:
OfficeSectioncontaining thisOfficeSectionOutput.
-
getOfficeSectionObjectName
java.lang.String getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject.- Returns:
- Name of this
OfficeSectionObject.
-
-