Uses of Class
team.ITeam.TeamStatus

Packages that use ITeam.TeamStatus
team Top level for running teams. 
team.debug A simple implementation of the team for debugging purposes. 
 

Uses of ITeam.TeamStatus in team
 

Methods in team that return ITeam.TeamStatus
 ITeam.TeamStatus ITeam.getStatus()
          Get the current Team status.
static ITeam.TeamStatus ITeam.TeamStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITeam.TeamStatus[] ITeam.TeamStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ITeam.TeamStatus in team.debug
 

Methods in team.debug that return ITeam.TeamStatus
 ITeam.TeamStatus TeamMain.getStatus()
           
 

Methods in team.debug with parameters of type ITeam.TeamStatus
(package private)  void TeamMain.setStatus(ITeam.TeamStatus s)