Package net.officefloor.compile.office
Interface OfficeType
-
- All Known Implementing Classes:
OfficeTypeImpl
public interface OfficeTypeType definitionof anOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeInputType[]getOfficeInputTypes()OfficeManagedObjectType[]getOfficeManagedObjectTypes()OfficeOutputType[]getOfficeOutputTypes()OfficeAvailableSectionInputType[]getOfficeSectionInputTypes()OfficeTeamType[]getOfficeTeamTypes()
-
-
-
Method Detail
-
getOfficeInputTypes
OfficeInputType[] getOfficeInputTypes()
- Returns:
OfficeInputtype definitionsrequired by thisOfficeType.
-
getOfficeOutputTypes
OfficeOutputType[] getOfficeOutputTypes()
- Returns:
OfficeOutputtype definitionsrequired by thisOfficeType.
-
getOfficeTeamTypes
OfficeTeamType[] getOfficeTeamTypes()
- Returns:
Teamtype definitionsrequired by thisOfficeType.
-
getOfficeManagedObjectTypes
OfficeManagedObjectType[] getOfficeManagedObjectTypes()
- Returns:
ManagedObjecttype definitionrequired by thisOfficeType.
-
getOfficeSectionInputTypes
OfficeAvailableSectionInputType[] getOfficeSectionInputTypes()
- Returns:
OfficeSectionInputtype definitionavailable for thisOfficeType.
-
-