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

Method setOperand

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

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

(final String val)

Source from the content-addressed store, hash-verified

134 * The value to set the operand to.
135 */
136 public void setOperand(final String val)
137 {
138 this.operand = val;
139 }
140
141 /**
142 * @return Returns the operand.

Callers 15

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

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