Package net.officefloor.compile.section
Interface OfficeSectionType
-
- All Superinterfaces:
OfficeSubSectionType
- All Known Implementing Classes:
OfficeSectionTypeImpl
public interface OfficeSectionType extends OfficeSubSectionType
Type definitionof a section of theOfficeSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeSectionInputType[]getOfficeSectionInputTypes()Obtains theOfficeSectionInputTypeinstances for thisOfficeSection.OfficeSectionObjectType[]getOfficeSectionObjectTypes()Obtains theOfficeSectionObjectTypeinstances required by thisOfficeSection.OfficeSectionOutputType[]getOfficeSectionOutputTypes()Obtains theOfficeSectionOutputTypeinstances for thisOfficeSection.-
Methods inherited from interface net.officefloor.compile.section.OfficeSubSectionType
getOfficeFunctionTypes, getOfficeSectionManagedObjectTypes, getOfficeSectionName, getOfficeSubSectionTypes, getParentOfficeSubSectionType
-
-
-
-
Method Detail
-
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.
-
-