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

Method getName

code/src/java/pcgen/cdom/helper/Aspect.java:200–203  ·  view source on GitHub ↗

Gets the name of the aspect. @return the aspect name

()

Source from the content-addressed store, hash-verified

198 * @return the aspect name
199 */
200 public String getName()
201 {
202 return key.toString();
203 }
204
205 /**
206 * Gets the key of the aspect.

Callers 1

printAspectMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected