|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMatchDetails
Interface for severy match details.
Field Summary | |
---|---|
static int |
EINSTELLUNG_MOTS
Match of the Season |
static int |
EINSTELLUNG_NORMAL
Normal |
static int |
EINSTELLUNG_PIC
Play it cool |
static int |
EINSTELLUNG_UNBEKANNT
TODO Missing Parameter Documentation |
static short |
LOCATION_AWAY
away match |
static short |
LOCATION_AWAYDERBY
away derby |
static short |
LOCATION_HOME
home match |
static int |
TAKTIK_CREATIVE
Play creatively |
static int |
TAKTIK_KONTER
Counter attack tactic |
static int |
TAKTIK_MIDDLE
AiM - Attack On Middle |
static int |
TAKTIK_NORMAL
Normal tactic |
static int |
TAKTIK_PRESSING
Pressing tactic |
static int |
TAKTIK_WINGS
AoW - Attack On Wings |
static int |
WETTER_BEWOELKT
overcast |
static int |
WETTER_REGEN
rain |
static int |
WETTER_SONNE
sun |
static int |
WETTER_WOLKIG
cloudy |
Method Summary | |
---|---|
int |
getArenaID()
Getter for property m_iArenaID. |
java.lang.String |
getArenaName()
Getter for property m_sArenaName. |
java.sql.Timestamp |
getFetchDatum()
Getter for property m_clFetchDatum. |
java.lang.String |
getFormation(boolean home)
Method that extract the formation from the full match comment |
int |
getGastId()
Getter for property AWAY Team ID |
java.lang.String |
getGastName()
Getter for property m_sGastName. |
int |
getGuestEinstellung()
PIC=-1/NORM=0/MOTS=1 |
int |
getGuestGoals()
Getter for property m_iGuestGoals. |
int |
getGuestLeftAtt()
Getter for property m_iGuestLeftAtt. |
int |
getGuestLeftDef()
Getter for property m_iGuestLeftDef. |
int |
getGuestMidAtt()
Getter for property m_iGuestMidAtt. |
int |
getGuestMidDef()
Getter for property m_iGuestMidDef. |
int |
getGuestMidfield()
Getter for property m_iGuestMidfield. |
int |
getGuestRightAtt()
Getter for property m_iGuestRightAtt. |
int |
getGuestRightDef()
Getter for property m_iGuestRightDef. |
int |
getGuestTacticSkill()
Getter for property m_iGuestTacticSkill. |
int |
getGuestTacticType()
Getter for property m_iGuestTacticType. |
int |
getHeimId()
Getter for property Home Team ID |
java.lang.String |
getHeimName()
Getter for property m_sHeimName. |
java.util.Vector |
getHighlights()
Getter for property m_vHighlights. |
int |
getHomeEinstellung()
Getter for property m_iHomeEinstellung. |
int |
getHomeGoals()
Getter for property m_iHomeGoals. |
int |
getHomeLeftAtt()
Getter for property m_iHomeLeftAtt. |
int |
getHomeLeftDef()
Getter for property m_iHomeLeftDef. |
int |
getHomeMidAtt()
Getter for property m_iHomeMidAtt. |
int |
getHomeMidDef()
Getter for property m_iHomeMidDef. |
int |
getHomeMidfield()
Getter for property m_iHomeMidfield. |
int |
getHomeRightAtt()
Getter for property m_iHomeRightAtt. |
int |
getHomeRightDef()
Getter for property m_iHomeRightDef. |
int |
getHomeTacticSkill()
Getter for property m_iHomeTacticSkill. |
int |
getHomeTacticType()
Getter for property m_iHomeTacticType. |
java.util.List |
getLineup(boolean home)
Method that extract a lineup from the full match comment |
int |
getMatchID()
Getter for property m_iMatchID. |
java.lang.String |
getMatchreport()
Getter for property m_sMatchreport. |
int |
getRegionId()
Get the region ID of this match's arena |
java.sql.Timestamp |
getSpielDatum()
Getter for property m_clSpielDatum. |
ITeamLineup |
getTeamLineup(boolean home)
Method that extract a lineup from the full match comment |
int |
getWetterId()
ID of Weather |
int |
getZuschauer()
Number of crowd |
Field Detail |
---|
static final int EINSTELLUNG_UNBEKANNT
static final int EINSTELLUNG_PIC
static final int EINSTELLUNG_NORMAL
static final int EINSTELLUNG_MOTS
static final int WETTER_REGEN
static final int WETTER_BEWOELKT
static final int WETTER_WOLKIG
static final int WETTER_SONNE
static final int TAKTIK_NORMAL
static final int TAKTIK_PRESSING
static final int TAKTIK_KONTER
static final int TAKTIK_MIDDLE
static final int TAKTIK_WINGS
static final int TAKTIK_CREATIVE
static final short LOCATION_AWAY
static final short LOCATION_HOME
static final short LOCATION_AWAYDERBY
Method Detail |
---|
int getArenaID()
java.lang.String getArenaName()
java.sql.Timestamp getFetchDatum()
java.lang.String getFormation(boolean home)
home
- true for home lineup, false for away
int getGastId()
java.lang.String getGastName()
int getGuestEinstellung()
int getGuestGoals()
int getGuestLeftAtt()
int getGuestLeftDef()
int getGuestMidAtt()
int getGuestMidDef()
int getGuestMidfield()
int getGuestRightAtt()
int getGuestRightDef()
int getGuestTacticSkill()
int getGuestTacticType()
int getHeimId()
java.lang.String getHeimName()
java.util.Vector getHighlights()
int getHomeEinstellung()
int getHomeGoals()
int getHomeLeftAtt()
int getHomeLeftDef()
int getHomeMidAtt()
int getHomeMidDef()
int getHomeMidfield()
int getHomeRightAtt()
int getHomeRightDef()
int getHomeTacticSkill()
int getHomeTacticType()
java.util.List getLineup(boolean home)
home
- true for home lineup, false for away
int getMatchID()
java.lang.String getMatchreport()
java.sql.Timestamp getSpielDatum()
ITeamLineup getTeamLineup(boolean home)
home
- true for home lineup, false for away
int getWetterId()
int getZuschauer()
int getRegionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |