Uses of Class
org.gedcomx.conclusion.NameForm
Packages that use NameForm
Package
Description
The conclusion model defines genealogical conclusion data.
-
Uses of NameForm in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return NameFormModifier and TypeMethodDescriptionNameForm.extensionElement(Object element) Build up this name form with a field.Build up this name form with full text.Name.getNameForm()The first name form of this name.Build up this name form with a lang.Build up this name form with a part.NameForm.part(NamePartType partType, String value) Build up this name form with a part.Methods in org.gedcomx.conclusion that return types with arguments of type NameFormModifier and TypeMethodDescriptionName.getNameForms()Alternate forms of the name, such as the romanized form of a non-latin name.Name.nameForms()Create a stream for the name forms of this name.Methods in org.gedcomx.conclusion with parameters of type NameFormModifier and TypeMethodDescriptionvoidName.addNameForm(NameForm nameForm) Add a name form to the list of name forms.Build up this name with a name form.Method parameters in org.gedcomx.conclusion with type arguments of type NameFormModifier and TypeMethodDescriptionvoidName.setNameForms(List<NameForm> nameForms) Alternate forms of the name, such as the romanized form of a non-latin name.Constructors in org.gedcomx.conclusion with parameters of type NameForm -
Uses of NameForm in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type NameFormModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitNameForm(NameForm form) voidGedcomxModelVisitor.visitNameForm(NameForm form) voidGedcomxModelVisitorBase.visitNameForm(NameForm form)