Package org.rspeer.game.gameval
Class DBTableId.SailingBoatFlag
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingBoatFlag
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingBoatFlag.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CONSTRUCTION_REQUIREMENTintegerstatic intCOL_CUSTOMISATION_LOC_VALUESintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_FACILITY_CUSTOMISATION_ORDERintegerstatic intCOL_LOC(integer, integer, integer, integer)static intCOL_MATERIAL(integer, integer)static intCOL_NAMEstringstatic intCOL_SAILING_REQUIREMENTintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingBoatFlag()
-
-
-
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_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_CUSTOMISATION_LOC_VALUES
public static final int COL_CUSTOMISATION_LOC_VALUES
integer- See Also:
- Constant Field Values
-
COL_LOC
public static final int COL_LOC
(integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_SAILING_REQUIREMENT
public static final int COL_SAILING_REQUIREMENT
integer- See Also:
- Constant Field Values
-
COL_CONSTRUCTION_REQUIREMENT
public static final int COL_CONSTRUCTION_REQUIREMENT
integer- See Also:
- Constant Field Values
-
COL_MATERIAL
public static final int COL_MATERIAL
(integer, integer)- See Also:
- Constant Field Values
-
COL_FACILITY_CUSTOMISATION_ORDER
public static final int COL_FACILITY_CUSTOMISATION_ORDER
integer- See Also:
- Constant Field Values
-
-