public static interface DatabaseEngine.PollData
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
authorName() |
The player Name of the author of the poll.
|
java.lang.String |
description() |
The long description of the poll.
|
long |
expiration() |
The real-timestamp after which this poll
is expired.
|
long |
flag() |
Special flag bitmap for this poll.
|
java.lang.String |
name() |
The unique Name of the poll
|
java.lang.String |
optionsXml() |
The options/multiple-choices for this
poll.
|
java.lang.String |
qualifyingMask() |
The Zapper Mask to decide who may participate
in this poll.
|
java.lang.String |
resultsXml() |
The player name keyed results/choices for
this poll.
|
java.lang.String |
subject() |
The short title of the poll.
|
java.lang.String name()
long flag()
Poll.FLAG_ABSTAIN
,
Poll.FLAG_ACTIVE
java.lang.String authorName()
java.lang.String subject()
java.lang.String description()
java.lang.String optionsXml()
java.lang.String qualifyingMask()
java.lang.String resultsXml()
long expiration()