Package org.rspeer.game.gameval
Class DBTableId.ToggleListInterface
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.ToggleListInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.ToggleListInterface.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DISABLE_ON_LEAGUESintegerstatic intCOL_INFO(string, integer)static intCOL_TITLEstringstatic intID
-
Constructor Summary
Constructors Constructor Description ToggleListInterface()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TITLE
public static final int COL_TITLE
string- See Also:
- Constant Field Values
-
COL_INFO
public static final int COL_INFO
(string, integer)- See Also:
- Constant Field Values
-
COL_DISABLE_ON_LEAGUES
public static final int COL_DISABLE_ON_LEAGUES
integer- See Also:
- Constant Field Values
-
-