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.StringgetOfficeTeamName()Obtains the name of the requiredTeam.TypeQualification[]getTypeQualification()Obtains theTypeQualificationinstances 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 theTypeQualificationinstances for theOfficeTeam.- Returns:
TypeQualificationinstances for theOfficeTeam.
-
-