Package net.officefloor.compile.section
Interface SectionType
-
- All Known Implementing Classes:
SectionTypeImpl
public interface SectionTypeType definitionof a section of theOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionInputType[]getSectionInputTypes()Obtains theSectionInputTypedefinitions for the inputs into theSectionType.SectionObjectType[]getSectionObjectTypes()SectionOutputType[]getSectionOutputTypes()Obtains theSectionOutputTypedefinitions for the outputs from theSectionType.
-
-
-
Method Detail
-
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.
-
-