Package org.rspeer.game.gameval
Class DBTableId.SailingSidepanelFacility
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingSidepanelFacility
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingSidepanelFacility.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_FACILITY_CAN_BE_ASSIGNEDintegerstatic intCOL_FACILITY_CAN_LOCK_INintegerstatic intCOL_ICONintegerstatic intCOL_LINKED_FACILITYintegerstatic intCOL_SIDEPANEL_PRIORITY_TYPEintegerstatic intCOL_WIDGETintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingSidepanelFacility()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_WIDGET
public static final int COL_WIDGET
integer- See Also:
- Constant Field Values
-
COL_FACILITY_CAN_LOCK_IN
public static final int COL_FACILITY_CAN_LOCK_IN
integer- See Also:
- Constant Field Values
-
COL_FACILITY_CAN_BE_ASSIGNED
public static final int COL_FACILITY_CAN_BE_ASSIGNED
integer- See Also:
- Constant Field Values
-
COL_LINKED_FACILITY
public static final int COL_LINKED_FACILITY
integer- See Also:
- Constant Field Values
-
COL_SIDEPANEL_PRIORITY_TYPE
public static final int COL_SIDEPANEL_PRIORITY_TYPE
integer- See Also:
- Constant Field Values
-
COL_ICON
public static final int COL_ICON
integer- See Also:
- Constant Field Values
-
-