Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getGenderString
Method
getGenderString
code/src/java/pcgen/core/PlayerCharacter.java:9843–9846 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9841
}
9842
9843
public
String getGenderString()
9844
{
9845
return
genderFacet.getGender(id).toString();
9846
}
9847
9848
public
Gender getGenderObject()
9849
{
Callers
3
getToken
Method · 0.80
passes
Method · 0.80
generateHeightWeight
Method · 0.80
Calls
2
toString
Method · 0.65
getGender
Method · 0.45
Tested by
1
passes
Method · 0.64