Package org.rspeer.game.gameval
Class DBTableId.PollFilters.Row
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.PollFilters.Row
-
- Enclosing class:
- DBTableId.PollFilters
public static class DBTableId.PollFilters.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intPOLL_CATEGORY_GREENLIGHTstatic intPOLL_CATEGORY_LOCKINstatic intPOLL_CATEGORY_OPINIONstatic intPOLL_STATUS_CANVOTEstatic intPOLL_STATUS_HASVOTEDstatic intPOLL_STATUS_INELIGIBLEstatic intPOLL_STATUS_NOTOPEN
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
POLL_CATEGORY_GREENLIGHT
public static final int POLL_CATEGORY_GREENLIGHT
- See Also:
- Constant Field Values
-
POLL_CATEGORY_LOCKIN
public static final int POLL_CATEGORY_LOCKIN
- See Also:
- Constant Field Values
-
POLL_CATEGORY_OPINION
public static final int POLL_CATEGORY_OPINION
- See Also:
- Constant Field Values
-
POLL_STATUS_CANVOTE
public static final int POLL_STATUS_CANVOTE
- See Also:
- Constant Field Values
-
POLL_STATUS_HASVOTED
public static final int POLL_STATUS_HASVOTED
- See Also:
- Constant Field Values
-
POLL_STATUS_INELIGIBLE
public static final int POLL_STATUS_INELIGIBLE
- See Also:
- Constant Field Values
-
POLL_STATUS_NOTOPEN
public static final int POLL_STATUS_NOTOPEN
- See Also:
- Constant Field Values
-
-