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

Method setBoolean

code/src/java/pcgen/system/PropertyContext.java:255–258  ·  view source on GitHub ↗
(String key, boolean bool)

Source from the content-addressed store, hash-verified

253 }
254
255 public void setBoolean(String key, boolean bool)
256 {
257 setProperty(key, Boolean.toString(bool));
258 }
259
260 public boolean initBoolean(String key, boolean defaultValue)
261 {

Callers 11

dataMethod · 0.80
setVisibleMethod · 0.80
actionPerformedMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
createMethod · 0.80
initializeMethod · 0.80

Calls 2

setPropertyMethod · 0.95
toStringMethod · 0.65

Tested by 1

dataMethod · 0.64