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

Method getInfoName

code/src/java/pcgen/cdom/helper/InfoBoolean.java:57–60  ·  view source on GitHub ↗

Returns the INFO name associated with this InfoBoolean. @return The INFO name associated with this InfoBoolean

()

Source from the content-addressed store, hash-verified

55 * @return The INFO name associated with this InfoBoolean
56 */
57 public String getInfoName()
58 {
59 return infoName;
60 }
61
62 /**
63 * Returns the Boolean Formula for this InfoBoolean.

Callers 3

unparseMethod · 0.80
unparseMethod · 0.80
getAllowInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected