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 ELeagueObjectFactory. 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 ELeagueSampleGen. createLeague()Methods in ejava.projects.eleague.xml with parameters of type ELeague Modifier and Type Method Description protected ClubSampleGen. createClub(ELeague league, String name, String rep, int teams)protected LeagueMetadataSampleGen. createLeagueMetadata(ELeague league)protected SeasonSampleGen. createSeason(ELeague league, int year)protected VenueSampleGen. getField(ELeague league, Team team)protected voidSampleGen. scheduleSeason(ELeague league, Season season)
-