Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FamilySearch/gedcom5-java
/ getNames
Method
getNames
src/main/java/org/folg/gedcom/model/Person.java:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
public
List<Name> getNames() {
57
return
names != null ? names : Collections.<Name>emptyList();
58
}
59
60
public
void
setNames(List<Name> names) {
61
this.names = names;
Callers
1
accept
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected