Package org.rspeer.game.gameval
Class DBTableId.CluehelperCluetype
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperCluetype
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperCluetype.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BEGINNER_CLUESintegerstatic intCOL_EASY_CLUESintegerstatic intCOL_ELITE_CLUESintegerstatic intCOL_HARD_CLUESintegerstatic intCOL_MASTER_CLUESintegerstatic intCOL_MEDIUM_CLUESintegerstatic intCOL_NAMEstringstatic intCOL_QUEST_CLUESintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperCluetype()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_QUEST_CLUES
public static final int COL_QUEST_CLUES
integer- See Also:
- Constant Field Values
-
COL_BEGINNER_CLUES
public static final int COL_BEGINNER_CLUES
integer- See Also:
- Constant Field Values
-
COL_EASY_CLUES
public static final int COL_EASY_CLUES
integer- See Also:
- Constant Field Values
-
COL_MEDIUM_CLUES
public static final int COL_MEDIUM_CLUES
integer- See Also:
- Constant Field Values
-
COL_HARD_CLUES
public static final int COL_HARD_CLUES
integer- See Also:
- Constant Field Values
-
COL_ELITE_CLUES
public static final int COL_ELITE_CLUES
integer- See Also:
- Constant Field Values
-
COL_MASTER_CLUES
public static final int COL_MASTER_CLUES
integer- See Also:
- Constant Field Values
-
-