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