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

Method getName

PCGen-base/code/src/java/pcgen/base/util/NamedValue.java:117–120  ·  view source on GitHub ↗

Returns the Name of this NamedValue. @return The Name of this NamedValue.

()

Source from the content-addressed store, hash-verified

115 * @return The Name of this NamedValue.
116 */
117 public String getName()
118 {
119 return name;
120 }
121
122}

Callers 2

testBasicsMethod · 0.95
getMoveXTokenMethod · 0.95

Calls

no outgoing calls

Tested by 1

testBasicsMethod · 0.76