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

Method getDisplayName

code/src/java/pcgen/cdom/base/CDOMObject.java:1207–1211  ·  view source on GitHub ↗

Get name @return name

()

Source from the content-addressed store, hash-verified

1205 * @return name
1206 */
1207 @Override
1208 public final String getDisplayName()
1209 {
1210 return displayName;
1211 }
1212
1213 /**
1214 * Sets all the BonusObj's to "active"

Callers 2

getKeyNameMethod · 0.95
getBonusFromNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected