Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testBasics
Method · 0.95
getMoveXToken
Method · 0.95
Calls
no outgoing calls
Tested by
1
testBasics
Method · 0.76