Package net.officefloor.compile.section
Interface SectionType
-
- All Known Implementing Classes:
SectionTypeImpl
public interface SectionType
Type definition
of a section of theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionInputType[]
getSectionInputTypes()
Obtains theSectionInputType
definitions for the inputs into theSectionType
.SectionObjectType[]
getSectionObjectTypes()
SectionOutputType[]
getSectionOutputTypes()
Obtains theSectionOutputType
definitions for the outputs from theSectionType
.
-
-
-
Method Detail
-
getSectionInputTypes
SectionInputType[] getSectionInputTypes()
Obtains theSectionInputType
definitions for the inputs into theSectionType
.- Returns:
SectionInputType
definitions for the inputs into theSectionType
.
-
getSectionOutputTypes
SectionOutputType[] getSectionOutputTypes()
Obtains theSectionOutputType
definitions for the outputs from theSectionType
.- Returns:
SectionOutputType
definitions for the outputs from theSectionType
.
-
getSectionObjectTypes
SectionObjectType[] getSectionObjectTypes()
- Returns:
SectionObjectType
definitions for theObject
dependencies required by theSectionType
.
-
-