Sets the title of this ChoiceSet. Note that this should be the name that is displayed to the user when a selection from this ChoiceSet is made, but it does not represent information that should be stored in a persistent state (it is not sufficient information to reconstruct this ChoiceSet)
(String choiceTitle)
| 170 | * ChoiceSet) |
| 171 | */ |
| 172 | @Override |
| 173 | public void setTitle(String choiceTitle) |
| 174 | { |
| 175 | title = choiceTitle; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Returns the title of this ChoiceSet. Note that this should be the name |
no outgoing calls