Package org.rspeer.game.gameval
Class DBTableId.TaskBoardLayout
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.TaskBoardLayout
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.TaskBoardLayout.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_LAYOUT_IDintegerstatic intCOL_STYLE_TASK(integer, integer)static intCOL_TASKS_ON_FIRST_ROWintegerstatic intCOL_TASKS_ON_SUBSEQUENT_ROWSintegerstatic intID
-
Constructor Summary
Constructors Constructor Description TaskBoardLayout()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LAYOUT_ID
public static final int COL_LAYOUT_ID
integer- See Also:
- Constant Field Values
-
COL_STYLE_TASK
public static final int COL_STYLE_TASK
(integer, integer)- See Also:
- Constant Field Values
-
COL_TASKS_ON_FIRST_ROW
public static final int COL_TASKS_ON_FIRST_ROW
integer- See Also:
- Constant Field Values
-
COL_TASKS_ON_SUBSEQUENT_ROWS
public static final int COL_TASKS_ON_SUBSEQUENT_ROWS
integer- See Also:
- Constant Field Values
-
-