Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setValue
Method
setValue
code/src/java/pcgen/core/NoteItem.java:105–108 ·
view source on GitHub ↗
(final String x)
Source
from the content-addressed store, hash-verified
103
}
104
105
public
void
setValue(
final
String x)
106
{
107
value = x;
108
}
109
110
public
String getValue()
111
{
Callers
3
parseNoteLine
Method · 0.95
testBuildDepends
Method · 0.45
setGame
Method · 0.45
Calls
no outgoing calls
Tested by
1
testBuildDepends
Method · 0.36