| Modifier and Type | Method and Description |
|---|---|
SportType |
Team.getTeamSportType()
Returns the sport type of the team.
|
static SportType |
SportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SportType[] |
SportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamSportType(SportType teamSportType)
Sets the description of the team.
|
| Constructor and Description |
|---|
Team(long teamId,
String teamName,
String teamShortName,
String teamDescription,
SportType teamSportType,
Boolean teamOpen,
int teamMinPlayers,
int teamMaxPlayers,
Boolean teamPublic,
Boolean teamDeleted,
HeadQuarter teamHeadQuarter,
Contact teamContact)
Creates a new instance of
Team. |
Copyright © 2017. All rights reserved.