Package org.rspeer.game.gameval
Class DBTableId.HandStyles
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.HandStyles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.HandStyles.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_HAND_MODEL_TYPE_Aintegerstatic intCOL_HAND_MODEL_TYPE_Bintegerstatic intCOL_NAMEstringstatic intCOL_PLAYER_KIT_ID_TYPE_Aintegerstatic intCOL_PLAYER_KIT_ID_TYPE_Bintegerstatic intID
-
Constructor Summary
Constructors Constructor Description HandStyles()
-
-
-
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_PLAYER_KIT_ID_TYPE_A
public static final int COL_PLAYER_KIT_ID_TYPE_A
integer- See Also:
- Constant Field Values
-
COL_PLAYER_KIT_ID_TYPE_B
public static final int COL_PLAYER_KIT_ID_TYPE_B
integer- See Also:
- Constant Field Values
-
COL_HAND_MODEL_TYPE_A
public static final int COL_HAND_MODEL_TYPE_A
integer- See Also:
- Constant Field Values
-
COL_HAND_MODEL_TYPE_B
public static final int COL_HAND_MODEL_TYPE_B
integer- See Also:
- Constant Field Values
-
-