Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getDisplayName
Method
getDisplayName
code/src/java/pcgen/core/AgeSet.java:222–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
@Override
223
public
String getDisplayName()
224
{
225
return
name;
226
}
227
228
@Override
229
public
void
setName(String name)
Callers
1
parseLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected