MCPcopy Create free account
hub / github.com/PCGen/pcgen / setKey

Method setKey

code/src/java/pcgen/core/prereq/Prerequisite.java:99–102  ·  view source on GitHub ↗

Set the key. @param val the Key to set.

(final String val)

Source from the content-addressed store, hash-verified

97 * @param val the Key to set.
98 */
99 public void setKey(final String val)
100 {
101 this.key = val;
102 }
103
104 /**
105 * Get the key.

Callers 15

setUpMethod · 0.95
test990007_1Method · 0.95
test990007_2Method · 0.95
test990007_3Method · 0.95
test990007_4Method · 0.95
test990007_5Method · 0.95
testBadOperandMethod · 0.95
testTypeMethod · 0.95
testWieldMethod · 0.95
testNamedSubClassMethod · 0.95

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.76
test990007_1Method · 0.76
test990007_2Method · 0.76
test990007_3Method · 0.76
test990007_4Method · 0.76
test990007_5Method · 0.76
testBadOperandMethod · 0.76
testTypeMethod · 0.76
testWieldMethod · 0.76
testNamedSubClassMethod · 0.76