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 OfficeSection
getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.java.lang.String
getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject
.
-
-
-
Method Detail
-
getOfficeSection
OfficeSection getOfficeSection()
Obtains theOfficeSection
containing thisOfficeSectionOutput
.- Returns:
OfficeSection
containing thisOfficeSectionOutput
.
-
getOfficeSectionObjectName
java.lang.String getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject
.- Returns:
- Name of this
OfficeSectionObject
.
-
-