Class OfficeTeamTypeImpl
java.lang.Object
net.officefloor.compile.impl.office.OfficeTeamTypeImpl
- All Implemented Interfaces:
OfficeTeamType
OfficeTeamType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeTeamTypeImpl(String teamName, TypeQualification[] typeQualifications) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name of the requiredTeam.Obtains theTypeQualificationinstances for theOfficeTeam.
-
Constructor Details
-
OfficeTeamTypeImpl
Instantiate.- Parameters:
teamName- Name of theOfficeTeam.typeQualifications-TypeQualificationinstances.
-
-
Method Details
-
getOfficeTeamName
Description copied from interface:OfficeTeamTypeObtains the name of the requiredTeam.- Specified by:
getOfficeTeamNamein interfaceOfficeTeamType- Returns:
- Name of the required
Team.
-
getTypeQualification
Description copied from interface:OfficeTeamTypeObtains theTypeQualificationinstances for theOfficeTeam.- Specified by:
getTypeQualificationin interfaceOfficeTeamType- Returns:
TypeQualificationinstances for theOfficeTeam.
-