Package net.officefloor.compile.section
Interface OfficeSectionType
-
- All Superinterfaces:
OfficeSubSectionType
- All Known Implementing Classes:
OfficeSectionTypeImpl
public interface OfficeSectionType extends OfficeSubSectionType
Type definition
of a section of theOfficeSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeSectionInputType[]
getOfficeSectionInputTypes()
Obtains theOfficeSectionInputType
instances for thisOfficeSection
.OfficeSectionObjectType[]
getOfficeSectionObjectTypes()
Obtains theOfficeSectionObjectType
instances required by thisOfficeSection
.OfficeSectionOutputType[]
getOfficeSectionOutputTypes()
Obtains theOfficeSectionOutputType
instances for thisOfficeSection
.-
Methods inherited from interface net.officefloor.compile.section.OfficeSubSectionType
getOfficeFunctionTypes, getOfficeSectionManagedObjectTypes, getOfficeSectionName, getOfficeSubSectionTypes, getParentOfficeSubSectionType
-
-
-
-
Method Detail
-
getOfficeSectionInputTypes
OfficeSectionInputType[] getOfficeSectionInputTypes()
Obtains theOfficeSectionInputType
instances for thisOfficeSection
.- Returns:
OfficeSectionInputType
instances for thisOfficeSection
.
-
getOfficeSectionOutputTypes
OfficeSectionOutputType[] getOfficeSectionOutputTypes()
Obtains theOfficeSectionOutputType
instances for thisOfficeSection
.- Returns:
OfficeSectionOutputType
instances for thisOfficeSection
.
-
getOfficeSectionObjectTypes
OfficeSectionObjectType[] getOfficeSectionObjectTypes()
Obtains theOfficeSectionObjectType
instances required by thisOfficeSection
.- Returns:
OfficeSectionObjectType
instances required by thisOfficeSection
.
-
-