Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setUp
Method · 0.95
test990007_1
Method · 0.95
test990007_2
Method · 0.95
test990007_3
Method · 0.95
test990007_4
Method · 0.95
test990007_5
Method · 0.95
testBadOperand
Method · 0.95
testPassesPrerequisitePlayerCharacter
Method · 0.95
testType
Method · 0.95
testWield
Method · 0.95
testNamedSubClass
Method · 0.95
testCharWithMultipleClasses
Method · 0.95
Calls
no outgoing calls
Tested by
15
setUp
Method · 0.76
test990007_1
Method · 0.76
test990007_2
Method · 0.76
test990007_3
Method · 0.76
test990007_4
Method · 0.76
test990007_5
Method · 0.76
testBadOperand
Method · 0.76
testPassesPrerequisitePlayerCharacter
Method · 0.76
testType
Method · 0.76
testWield
Method · 0.76
testNamedSubClass
Method · 0.76
testCharWithMultipleClasses
Method · 0.76