Package org.rspeer.game.gameval
Class DBTableId.CluehelperRequirementObj
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.CluehelperRequirementObj
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.CluehelperRequirementObj.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_COUNTintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_ITEMintegerstatic intID
-
Constructor Summary
Constructors Constructor Description CluehelperRequirementObj()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_ITEM
public static final int COL_ITEM
integer- See Also:
- Constant Field Values
-
COL_COUNT
public static final int COL_COUNT
integer- See Also:
- Constant Field Values
-
-