Class ClassSectionSubSection
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionSubSection
-
public class ClassSectionSubSection extends java.lang.Object
SubSection
with meta-data forClassSectionLoader
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ClassSectionSubSection(SubSection subSection, SectionType sectionType)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SectionType
getSectionType()
Obtains theSectionType
.SubSection
getSubSection()
Obtains theSubSection
.
-
-
-
Constructor Detail
-
ClassSectionSubSection
public ClassSectionSubSection(SubSection subSection, SectionType sectionType)
Instantiate.- Parameters:
subSection
-SubSection
.sectionType
-SectionType
.
-
-
Method Detail
-
getSubSection
public SubSection getSubSection()
Obtains theSubSection
.- Returns:
SubSection
.
-
getSectionType
public SectionType getSectionType()
Obtains theSectionType
.- Returns:
SectionType
.
-
-