Class TeamTypeImpl

  • All Implemented Interfaces:
    TeamType

    public class TeamTypeImpl
    extends java.lang.Object
    implements TeamType
    TeamType implementation.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      TeamTypeImpl​(boolean isRequireTeamSize)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRequireTeamSize()
      Flags that the Team size must be specified.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TeamTypeImpl

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

      • 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.