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

Method setName

code/src/java/pcgen/core/RuleCheck.java:110–119  ·  view source on GitHub ↗

Sets the Name (and key if not already set) @param name set name to

(String name)

Source from the content-addressed store, hash-verified

108 * set name to
109 */
110 @Override
111 public void setName(String name)
112 {
113 ruleName = name;
114
115 if (ruleKey == null)
116 {
117 ruleKey = name;
118 }
119 }
120
121 @Override
122 public String getDisplayName()

Callers 5

testGetKnownForLevelMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95

Calls

no outgoing calls

Tested by 5

testGetKnownForLevelMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76