Interface SubSectionObject
-
- All Superinterfaces:
SectionDependencyRequireNode
- All Known Subinterfaces:
SectionObjectNode
- All Known Implementing Classes:
SectionObjectNodeImpl
public interface SubSectionObject extends SectionDependencyRequireNode
Object for aSubSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSubSectionObjectName()
Obtains the name of thisSubSectionObject
.
-
-
-
Method Detail
-
getSubSectionObjectName
java.lang.String getSubSectionObjectName()
Obtains the name of thisSubSectionObject
.- Returns:
- Name of this
SubSectionObject
.
-
-