Package net.officefloor.compile.office
Interface OfficeTeamType
- All Known Implementing Classes:
OfficeTeamTypeImpl
public interface OfficeTeamType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of the requiredTeam.Obtains theTypeQualificationinstances for theOfficeTeam.
-
Method Details
-
getOfficeTeamName
String getOfficeTeamName()Obtains the name of the requiredTeam.- Returns:
- Name of the required
Team.
-
getTypeQualification
TypeQualification[] getTypeQualification()Obtains theTypeQualificationinstances for theOfficeTeam.- Returns:
TypeQualificationinstances for theOfficeTeam.
-