Class TeamTypeImpl

java.lang.Object
net.officefloor.compile.impl.team.TeamTypeImpl
All Implemented Interfaces:
TeamType

public class TeamTypeImpl extends Object implements TeamType
TeamType implementation.
Author:
Daniel Sagenschneider
  • Constructor Details

    • TeamTypeImpl

      public TeamTypeImpl(boolean isRequireTeamSize)
      Instantiate.
      Parameters:
      isRequireTeamSize - Indicates if require Team size.
  • Method Details

    • isRequireTeamSize

      public boolean isRequireTeamSize()
      Description copied from interface: TeamType
      Flags that the Team size must be specified.
      Specified by:
      isRequireTeamSize in interface TeamType
      Returns:
      true should the Team size be required.