Uses of Class
org.gedcomx.conclusion.NameForm
-
Packages that use NameForm Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt -
-
Uses of NameForm in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return NameForm Modifier and Type Method Description NameFormNameForm. extensionElement(Object element)NameFormNameForm. field(Field field)Build up this name form with a field.NameFormNameForm. fullText(String fullText)Build up this name form with full text.NameFormName. getNameForm()The first name form of this name.NameFormNameForm. id(String id)NameFormNameForm. lang(String lang)Build up this name form with a lang.NameFormNameForm. part(NamePart part)Build up this name form with a part.NameFormNameForm. 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 NameForm Modifier and Type Method Description List<NameForm>Name. getNameForms()Alternate forms of the name, such as the romanized form of a non-latin name.Stream<NameForm>Name. nameForms()Create a stream for the name forms of this name.Methods in org.gedcomx.conclusion with parameters of type NameForm Modifier and Type Method Description voidName. addNameForm(NameForm nameForm)Add a name form to the list of name forms.NameName. nameForm(NameForm nameForm)Build up this name with a name form.Method parameters in org.gedcomx.conclusion with type arguments of type NameForm Modifier and Type Method Description voidName. setNameForms(List<NameForm> nameForms)Alternate forms of the name, such as the romanized form of a non-latin name. -
Uses of NameForm in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type NameForm Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitNameForm(NameForm form)voidGedcomxModelVisitor. visitNameForm(NameForm form)voidGedcomxModelVisitorBase. visitNameForm(NameForm form)
-