|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatchHelper
Helper class to retrieve match related information.
Field Summary | |
---|---|
static int |
AWAY_DERBY
|
static int |
AWAY_MATCH
|
static int |
FOREIGN_MATCH
|
static int |
HOME_MATCH
|
static int |
NEUTRAL_GROUND
|
static int |
UNKNOWN
|
Method Summary | |
---|---|
short |
getLocation(IMatchKurzInfo match)
Get the match location. |
short |
getLocation(int matchId)
Get the match location. |
short |
getLocation(int homeTeamId,
int awayTeamId,
int matchId,
int matchType)
Get the match location. |
Field Detail |
---|
static final int UNKNOWN
static final int NEUTRAL_GROUND
static final int FOREIGN_MATCH
static final int AWAY_MATCH
static final int HOME_MATCH
static final int AWAY_DERBY
Method Detail |
---|
short getLocation(IMatchKurzInfo match)
match
- match short infoshort getLocation(int matchId)
matchId
- match Idshort getLocation(int homeTeamId, int awayTeamId, int matchId, int matchType)
homeTeamId
- home team IdawayTeamId
- away team IdmatchId
- match IdmatchType
- match Type (league, cup, friendly...) from IMatchLineup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |