Class ClassSectionSubSection
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.loader.ClassSectionSubSection
-
public class ClassSectionSubSection extends java.lang.ObjectSubSectionwith 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 SectionTypegetSectionType()Obtains theSectionType.SubSectiongetSubSection()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.
-
-