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

Method getQualifiedKey

code/src/java/pcgen/cdom/base/CDOMObject.java:1131–1134  ·  view source on GitHub ↗

Hopefully this is a temporary import - thpr Oct 11, 2008 Return the qualified key, ususally used as the source in a getVariableValue call. Always returns an empty string, but may be overridden by subclasses to return a required value. @return The qualified name of the object

()

Source from the content-addressed store, hash-verified

1129 * @return The qualified name of the object
1130 */
1131 public String getQualifiedKey()
1132 {
1133 return Constants.EMPTY_STRING;
1134 }
1135
1136 /**
1137 * Get the list of bonuses for this object

Callers 15

calcBonusMethod · 0.95
dataAddedMethod · 0.95
calcBonusesWithCostMethod · 0.95
getLevelsMethod · 0.45
getCheckBonusToMethod · 0.45
processMethod · 0.45
getDRMapMethod · 0.45
getSRMethod · 0.45
getVariableValueMethod · 0.45
getLockedStatMethod · 0.45
getActiveVisionMethod · 0.45
getStatMaxValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected