|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.Common.interfaces.Poll.PollOption
public static class Poll.PollOption
A class to represent a single choosable option for this poll.
Field Summary | |
---|---|
java.lang.String |
text
the option shown to the user for choosing |
Constructor Summary | |
---|---|
Poll.PollOption(java.lang.String opt)
Creates a single choosable option for this poll |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String text
Constructor Detail |
---|
public Poll.PollOption(java.lang.String opt)
opt
- the text of the option, as shown to the user
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |