Package org.rspeer.game.gameval
Class DBTableId.Synth
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.Synth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.Synth.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_NAMEstringstatic intCOL_PARENT_DIRECTORYintegerstatic intCOL_SUB_MENUintegerstatic intCOL_SYNTH(string, integer)static intID
-
Constructor Summary
Constructors Constructor Description Synth()
-
-
-
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_SUB_MENU
public static final int COL_SUB_MENU
integer- See Also:
- Constant Field Values
-
COL_SYNTH
public static final int COL_SYNTH
(string, integer)- See Also:
- Constant Field Values
-
COL_PARENT_DIRECTORY
public static final int COL_PARENT_DIRECTORY
integer- See Also:
- Constant Field Values
-
-