public interface Poll
Modifier and Type | Interface and Description |
---|---|
static class |
Poll.U
Poll utilities.
|
Modifier and Type | Field and Description |
---|---|
static String |
NOT_A_POLL
A name that is guaranteed not to designate an actual poll, though it is otherwise
valid as a poll name.
|
static String |
TEST_POLL_NAME
The name of the local test poll, which is "Sys/p/sandbox".
|
Modifier and Type | Method and Description |
---|---|
String |
displayTitle()
An informal, descriptive title for the poll in wiki-style title case, or null if
there is none.
|
String |
issueType()
The issue type of the poll, specified by the short name of its page in the
pollwiki, i.e. without the namespace.
|
String |
name()
The name of the poll.
|
static final String NOT_A_POLL
static final String TEST_POLL_NAME
String displayTitle()
String issueType()