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

Method setKind

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

Set the kind attribute. @param val The value to set kind to.

(final String val)

Source from the content-addressed store, hash-verified

116 * The value to set kind to.
117 */
118 public void setKind(final String val)
119 {
120 this.kind = val;
121 }
122
123 /**
124 * @return Returns the kind.

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