Package org.rspeer.game.gameval
Class DBTableId.SlayerArea
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SlayerArea
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SlayerArea.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_AREA_IDintegerstatic intCOL_AREA_NAME_IN_HELPERstringstatic intCOL_AREA_TEXTstringstatic intCOL_RELATED_CONTENTintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SlayerArea()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_AREA_ID
public static final int COL_AREA_ID
integer- See Also:
- Constant Field Values
-
COL_AREA_TEXT
public static final int COL_AREA_TEXT
string- See Also:
- Constant Field Values
-
COL_AREA_NAME_IN_HELPER
public static final int COL_AREA_NAME_IN_HELPER
string- See Also:
- Constant Field Values
-
COL_RELATED_CONTENT
public static final int COL_RELATED_CONTENT
integer- See Also:
- Constant Field Values
-
-