Uses of Class
org.gedcomx.conclusion.Name
-
Packages that use Name Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt -
-
Uses of Name in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return Name Modifier and Type Method Description NameName. analysis(ResourceReference analysis)NameName. analysis(URI analysis)NameName. analysis(Document analysis)NameName. attribution(Attribution attribution)NameName. confidence(URI confidence)NameName. confidence(ConfidenceLevel confidence)NameName. date(Date date)Build up this name with a date.NameName. extensionElement(Object element)NamePerson. getFirstNameOfType(NameType type)Get the first name of the specified type.NamePerson. getName()Get the first name of this person.NamePerson. getPreferredName()Get the preferred name of the person.NameName. id(String id)NameName. lang(String lang)NameName. link(String rel, URI href)NameName. link(Link link)NameName. nameForm(NameForm nameForm)Build up this name with a name form.NameName. note(Note note)NameName. preferred(Boolean preferred)Build up this name with a preferred flag.NameName. sortKey(String sortKey)NameName. source(SourceDescription source)NameName. source(SourceReference sourceReference)NameName. type(URI type)Build up this name with a type.NameName. type(NameType type)Build up this name with a type.Methods in org.gedcomx.conclusion that return types with arguments of type Name Modifier and Type Method Description List<Name>Person. getNames()The name conclusions for the person.Stream<Name>Person. names()Create a stream for the names.Methods in org.gedcomx.conclusion with parameters of type Name Modifier and Type Method Description voidPerson. addName(Name name)Add a name conclusion to the person.PersonPerson. name(Name name)Build out this person with a name.Method parameters in org.gedcomx.conclusion with type arguments of type Name Modifier and Type Method Description voidPerson. setNames(List<Name> names)The name conclusions for the person. -
Uses of Name in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Name Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitName(Name name)voidGedcomxModelVisitor. visitName(Name name)voidGedcomxModelVisitorBase. visitName(Name name)
-