Package net.officefloor.compile.office
Interface OfficeTeamType
-
- All Known Implementing Classes:
OfficeTeamTypeImpl
public interface OfficeTeamType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeTeamName()
Obtains the name of the requiredTeam
.TypeQualification[]
getTypeQualification()
Obtains theTypeQualification
instances for theOfficeTeam
.
-
-
-
Method Detail
-
getOfficeTeamName
java.lang.String getOfficeTeamName()
Obtains the name of the requiredTeam
.- Returns:
- Name of the required
Team
.
-
getTypeQualification
TypeQualification[] getTypeQualification()
Obtains theTypeQualification
instances for theOfficeTeam
.- Returns:
TypeQualification
instances for theOfficeTeam
.
-
-