Package net.officefloor.compile.office
Interface OfficeType
-
- All Known Implementing Classes:
OfficeTypeImpl
public interface OfficeType
Type definition
of 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:
OfficeInput
type definitions
required by thisOfficeType
.
-
getOfficeOutputTypes
OfficeOutputType[] getOfficeOutputTypes()
- Returns:
OfficeOutput
type definitions
required by thisOfficeType
.
-
getOfficeTeamTypes
OfficeTeamType[] getOfficeTeamTypes()
- Returns:
Team
type definitions
required by thisOfficeType
.
-
getOfficeManagedObjectTypes
OfficeManagedObjectType[] getOfficeManagedObjectTypes()
- Returns:
ManagedObject
type definition
required by thisOfficeType
.
-
getOfficeSectionInputTypes
OfficeAvailableSectionInputType[] getOfficeSectionInputTypes()
- Returns:
OfficeSectionInput
type definition
available for thisOfficeType
.
-
-