Uses of Class
ejava.projects.eleague.dto.ELeague
-
Packages that use ELeague Package Description ejava.projects.eleague.dto ejava.projects.eleague.xml -
-
Uses of ELeague in ejava.projects.eleague.dto
Methods in ejava.projects.eleague.dto that return ELeague Modifier and Type Method Description ELeague
ObjectFactory. createELeague()
Create an instance ofELeague
-
Uses of ELeague in ejava.projects.eleague.xml
Methods in ejava.projects.eleague.xml that return ELeague Modifier and Type Method Description ELeague
SampleGen. createLeague()
Methods in ejava.projects.eleague.xml with parameters of type ELeague Modifier and Type Method Description protected Club
SampleGen. createClub(ELeague league, String name, String rep, int teams)
protected LeagueMetadata
SampleGen. createLeagueMetadata(ELeague league)
protected Season
SampleGen. createSeason(ELeague league, int year)
protected Venue
SampleGen. getField(ELeague league, Team team)
protected void
SampleGen. scheduleSeason(ELeague league, Season season)
-