Package net.officefloor.compile.section
Interface SectionType
- All Known Implementing Classes:
SectionTypeImpl
public interface SectionType
Type definition of a section of the Office.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theSectionInputTypedefinitions for the inputs into theSectionType.Obtains theSectionOutputTypedefinitions for the outputs from theSectionType.
-
Method Details
-
getSectionInputTypes
SectionInputType[] getSectionInputTypes()Obtains theSectionInputTypedefinitions for the inputs into theSectionType.- Returns:
SectionInputTypedefinitions for the inputs into theSectionType.
-
getSectionOutputTypes
SectionOutputType[] getSectionOutputTypes()Obtains theSectionOutputTypedefinitions for the outputs from theSectionType.- Returns:
SectionOutputTypedefinitions for the outputs from theSectionType.
-
getSectionObjectTypes
SectionObjectType[] getSectionObjectTypes()- Returns:
SectionObjectTypedefinitions for theObjectdependencies required by theSectionType.
-