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

Method getOutputName

code/src/java/pcgen/core/PObject.java:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 ///////////////////////////////////////////////////////////////////////
129
130 public final String getOutputName()
131 {
132 return OutputNameFormatting.getOutputName(this);
133 }
134
135 /**
136 * Get the type of PObject

Callers 8

getDescriptionMethod · 0.95
toStringMethod · 0.95
getAspectTextMethod · 0.45
returnNameMethod · 0.45
compareMethod · 0.45
getExpandedWeaponsMethod · 0.45
toStringMethod · 0.45

Calls 1

getOutputNameMethod · 0.95

Tested by

no test coverage detected