Package org.rspeer.game.gameval
Class DBTableId.SailingBoatNameOptions
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingBoatNameOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingBoatNameOptions.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_DEFAULTstringstatic intCOL_OPTIONstringstatic intID
-
Constructor Summary
Constructors Constructor Description SailingBoatNameOptions()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_DEFAULT
public static final int COL_DEFAULT
string- See Also:
- Constant Field Values
-
COL_OPTION
public static final int COL_OPTION
string- See Also:
- Constant Field Values
-
-