Package org.rspeer.game.gameval
Class DBTableId.PrepotDeviceLoadoutUi
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.PrepotDeviceLoadoutUi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.PrepotDeviceLoadoutUi.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CONTAINER_COMintegerstatic intCOL_CONTENTS_COMintegerstatic intCOL_LOAD_BTN_COMintegerstatic intCOL_LOADOUT_IDintegerstatic intCOL_SAVE_BTN_COMintegerstatic intID
-
Constructor Summary
Constructors Constructor Description PrepotDeviceLoadoutUi()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_LOADOUT_ID
public static final int COL_LOADOUT_ID
integer- See Also:
- Constant Field Values
-
COL_CONTAINER_COM
public static final int COL_CONTAINER_COM
integer- See Also:
- Constant Field Values
-
COL_CONTENTS_COM
public static final int COL_CONTENTS_COM
integer- See Also:
- Constant Field Values
-
COL_LOAD_BTN_COM
public static final int COL_LOAD_BTN_COM
integer- See Also:
- Constant Field Values
-
COL_SAVE_BTN_COM
public static final int COL_SAVE_BTN_COM
integer- See Also:
- Constant Field Values
-
-