Package org.rspeer.game.gameval
Class DBTableId.BoatSelectionType
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.BoatSelectionType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.BoatSelectionType.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOTTLED_SHIPS_NOT_ALLOWEDintegerstatic intCOL_CAPSIZED_SHIPS_NOT_ALLOWEDintegerstatic intCOL_LOST_SHIPS_NOT_ALLOWEDintegerstatic intCOL_ONLY_BOATS_AT_CURRENT_PORTintegerstatic intCOL_REQUIRES_EMPTY_CARGO_HOLDintegerstatic intCOL_REQUIRES_GREATER_TELEPORT_FOCUSintegerstatic intCOL_REQUIRES_TELEPORT_FOCUSintegerstatic intCOL_SELECTION_ENABLEDintegerstatic intCOL_SELECTION_TEXTstringstatic intCOL_SHOW_RETRIEVAL_COSTintegerstatic intCOL_TITLEstringstatic intCOL_TYPEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description BoatSelectionType()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_TYPE
public static final int COL_TYPE
integer- See Also:
- Constant Field Values
-
COL_TITLE
public static final int COL_TITLE
string- See Also:
- Constant Field Values
-
COL_SELECTION_TEXT
public static final int COL_SELECTION_TEXT
string- See Also:
- Constant Field Values
-
COL_SELECTION_ENABLED
public static final int COL_SELECTION_ENABLED
integer- See Also:
- Constant Field Values
-
COL_SHOW_RETRIEVAL_COST
public static final int COL_SHOW_RETRIEVAL_COST
integer- See Also:
- Constant Field Values
-
COL_BOTTLED_SHIPS_NOT_ALLOWED
public static final int COL_BOTTLED_SHIPS_NOT_ALLOWED
integer- See Also:
- Constant Field Values
-
COL_CAPSIZED_SHIPS_NOT_ALLOWED
public static final int COL_CAPSIZED_SHIPS_NOT_ALLOWED
integer- See Also:
- Constant Field Values
-
COL_LOST_SHIPS_NOT_ALLOWED
public static final int COL_LOST_SHIPS_NOT_ALLOWED
integer- See Also:
- Constant Field Values
-
COL_ONLY_BOATS_AT_CURRENT_PORT
public static final int COL_ONLY_BOATS_AT_CURRENT_PORT
integer- See Also:
- Constant Field Values
-
COL_REQUIRES_TELEPORT_FOCUS
public static final int COL_REQUIRES_TELEPORT_FOCUS
integer- See Also:
- Constant Field Values
-
COL_REQUIRES_GREATER_TELEPORT_FOCUS
public static final int COL_REQUIRES_GREATER_TELEPORT_FOCUS
integer- See Also:
- Constant Field Values
-
COL_REQUIRES_EMPTY_CARGO_HOLD
public static final int COL_REQUIRES_EMPTY_CARGO_HOLD
integer- See Also:
- Constant Field Values
-
-