MCPcopy 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

parseNoteLineMethod · 0.95
testBuildDependsMethod · 0.45
setGameMethod · 0.45

Calls

no outgoing calls

Tested by 1

testBuildDependsMethod · 0.36