Package net.officefloor.compile.section
Interface OfficeSectionType
- All Superinterfaces:
OfficeSubSectionType
- All Known Implementing Classes:
OfficeSectionTypeImpl
Type definition of a section of the OfficeSection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeSectionInputTypeinstances for thisOfficeSection.Obtains theOfficeSectionObjectTypeinstances required by thisOfficeSection.Obtains theOfficeSectionOutputTypeinstances for thisOfficeSection.Methods inherited from interface net.officefloor.compile.section.OfficeSubSectionType
getOfficeFunctionTypes, getOfficeSectionManagedObjectTypes, getOfficeSectionName, getOfficeSubSectionTypes, getParentOfficeSubSectionType
-
Method Details
-
getOfficeSectionInputTypes
OfficeSectionInputType[] getOfficeSectionInputTypes()Obtains theOfficeSectionInputTypeinstances for thisOfficeSection.- Returns:
OfficeSectionInputTypeinstances for thisOfficeSection.
-
getOfficeSectionOutputTypes
OfficeSectionOutputType[] getOfficeSectionOutputTypes()Obtains theOfficeSectionOutputTypeinstances for thisOfficeSection.- Returns:
OfficeSectionOutputTypeinstances for thisOfficeSection.
-
getOfficeSectionObjectTypes
OfficeSectionObjectType[] getOfficeSectionObjectTypes()Obtains theOfficeSectionObjectTypeinstances required by thisOfficeSection.- Returns:
OfficeSectionObjectTypeinstances required by thisOfficeSection.
-