Package org.rspeer.game.gameval
Class DBTableId.TorsoStyles
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.TorsoStyles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.TorsoStyles.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_NAMEstringstatic intCOL_PLAYER_KIT_ID_TYPE_Aintegerstatic intCOL_PLAYER_KIT_ID_TYPE_Bintegerstatic intCOL_TORSO_MODEL_TYPE_A_1integerstatic intCOL_TORSO_MODEL_TYPE_A_2integerstatic intCOL_TORSO_MODEL_TYPE_B_1integerstatic intCOL_TORSO_MODEL_TYPE_B_2integerstatic intID
-
Constructor Summary
Constructors Constructor Description TorsoStyles()
-
-
-
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_TORSO_MODEL_TYPE_A_1
public static final int COL_TORSO_MODEL_TYPE_A_1
integer- See Also:
- Constant Field Values
-
COL_TORSO_MODEL_TYPE_A_2
public static final int COL_TORSO_MODEL_TYPE_A_2
integer- See Also:
- Constant Field Values
-
COL_TORSO_MODEL_TYPE_B_1
public static final int COL_TORSO_MODEL_TYPE_B_1
integer- See Also:
- Constant Field Values
-
COL_TORSO_MODEL_TYPE_B_2
public static final int COL_TORSO_MODEL_TYPE_B_2
integer- See Also:
- Constant Field Values
-
-