Interface SportEventConditions
- All Known Implementing Classes:
SportEventConditionsImpl
public interface SportEventConditions
Defines methods implemented by classes representing sport event conditions
-
Method Summary
Modifier and TypeMethodDescriptionReturns aStringspecifying the attendance of the associated sport eventReturns the mode of the eventReturns the list ofPitcherReturns theRefereeinstance representing the referee presiding over the associated sport eventReturns theWeatherInfoinstance representing the expected weather on the associated sport event
-
Method Details
-
getAttendance
String getAttendance()Returns aStringspecifying the attendance of the associated sport event- Returns:
- - a
Stringspecifying the attendance of the associated sport event
-
getEventMode
String getEventMode()Returns the mode of the event- Returns:
- - the mode of the event
-
getReferee
Referee getReferee()Returns theRefereeinstance representing the referee presiding over the associated sport event- Returns:
- - the
Refereeinstance representing the referee presiding over the associated sport event, if available; otherwise null
-
getWeatherInfo
WeatherInfo getWeatherInfo()Returns theWeatherInfoinstance representing the expected weather on the associated sport event- Returns:
- - the
WeatherInfoinstance representing the expected weather on the associated sport event, if available; otherwise null
-
getPitchers
Returns the list ofPitcher- Returns:
- the list of
Pitcher
-