plugins
Interface ISpielePanel

All Known Implementing Classes:
SpielePanel

public interface ISpielePanel

DOCUMENT ME!

Author:
thomas.werth

Field Summary
static int ALLE_SPIELE
          TODO Missing Parameter Documentation
static int NUR_EIGENE_FREUNDSCHAFTSSPIELE
          Only friendly Matches of suplied team
static int NUR_EIGENE_LIGASPIELE
          Only league Matches of suplied team
static int NUR_EIGENE_PFLICHTSPIELE
          Only cup +league + quali Matches of suplied team
static int NUR_EIGENE_POKALSPIELE
          Only cup Matches of suplied team
static int NUR_EIGENE_SPIELE
          Only Matches of suplied team
static int NUR_FREMDE_SPIELE
          Only Matches without suplied team
static int NUR_GESPIELTEN_SPIELE
          Only played Matches of suplied team (unsupported for now)
 

Field Detail

ALLE_SPIELE

static final int ALLE_SPIELE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NUR_EIGENE_SPIELE

static final int NUR_EIGENE_SPIELE
Only Matches of suplied team

See Also:
Constant Field Values

NUR_EIGENE_PFLICHTSPIELE

static final int NUR_EIGENE_PFLICHTSPIELE
Only cup +league + quali Matches of suplied team

See Also:
Constant Field Values

NUR_EIGENE_POKALSPIELE

static final int NUR_EIGENE_POKALSPIELE
Only cup Matches of suplied team

See Also:
Constant Field Values

NUR_EIGENE_LIGASPIELE

static final int NUR_EIGENE_LIGASPIELE
Only league Matches of suplied team

See Also:
Constant Field Values

NUR_EIGENE_FREUNDSCHAFTSSPIELE

static final int NUR_EIGENE_FREUNDSCHAFTSSPIELE
Only friendly Matches of suplied team

See Also:
Constant Field Values

NUR_FREMDE_SPIELE

static final int NUR_FREMDE_SPIELE
Only Matches without suplied team

See Also:
Constant Field Values

NUR_GESPIELTEN_SPIELE

static final int NUR_GESPIELTEN_SPIELE
Only played Matches of suplied team (unsupported for now)

See Also:
Constant Field Values