Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setName
Method
setName
code/src/java/pcgen/core/NoteItem.java:85–88 ·
view source on GitHub ↗
(final String x)
Source
from the content-addressed store, hash-verified
83
}
84
85
public
void
setName(
final
String x)
86
{
87
name = x;
88
}
89
90
public
String getName()
91
{
Callers
1
parseNoteLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected