Package net.officefloor.compile.office
Interface OfficeType
- All Known Implementing Classes:
OfficeTypeImpl
public interface OfficeType
Type definition of an Office.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
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.
-