Package org.rspeer.game.gameval
Class DBTableId.ClanSettingOptionsList
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.ClanSettingOptionsList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.ClanSettingOptionsList.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CLAN_SETTING_ENTRY_HEIGHTintegerstatic intCOL_CLAN_SETTING_ICON_SIZEintegerstatic intCOL_CLAN_SETTING_OPTION(integer, string, integer)static intCOL_CLAN_SETTING_TITLEstringstatic intID
-
Constructor Summary
Constructors Constructor Description ClanSettingOptionsList()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_CLAN_SETTING_TITLE
public static final int COL_CLAN_SETTING_TITLE
string- See Also:
- Constant Field Values
-
COL_CLAN_SETTING_OPTION
public static final int COL_CLAN_SETTING_OPTION
(integer, string, integer)- See Also:
- Constant Field Values
-
COL_CLAN_SETTING_ENTRY_HEIGHT
public static final int COL_CLAN_SETTING_ENTRY_HEIGHT
integer- See Also:
- Constant Field Values
-
COL_CLAN_SETTING_ICON_SIZE
public static final int COL_CLAN_SETTING_ICON_SIZE
integer- See Also:
- Constant Field Values
-
-