MCPcopy Create free account
hub / github.com/PCGen/pcgen / setTitle

Method setTitle

code/src/java/pcgen/cdom/base/ChoiceSet.java:172–176  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

buildTCMethod · 0.95
buildTCMethod · 0.95
testUnparseBadCountMethod · 0.95
buildTCMethod · 0.95
testUnparseBadCountMethod · 0.95
processMethod · 0.95
processMethod · 0.95
parseNonEmptyTokenMethod · 0.95
parseNonEmptyTokenMethod · 0.95

Calls

no outgoing calls

Tested by 5

buildTCMethod · 0.76
buildTCMethod · 0.76
testUnparseBadCountMethod · 0.76
buildTCMethod · 0.76
testUnparseBadCountMethod · 0.76