Uses of Class
org.gedcomx.conclusion.NameForm

Packages that use NameForm
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
 NameForm NameForm.field(Field field)
          Build up this name form with a field.
 NameForm NameForm.fullText(String fullText)
          Build up this name form with full text.
 NameForm Name.getNameForm()
          The first name form of this name.
 NameForm NameForm.id(String id)
           
 NameForm NameForm.lang(String lang)
          Build up this name form with a lang.
 NameForm NameForm.part(NamePart part)
          Build up this name form with a part.
 NameForm 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 NameForm
 List<NameForm> Name.getNameForms()
          Alternate forms of the name, such as the romanized form of a non-latin name.
 

Methods in org.gedcomx.conclusion with parameters of type NameForm
 void Name.addNameForm(NameForm nameForm)
          Add a name form to the list of name forms.
 Name Name.nameForm(NameForm nameForm)
          Build up this name with a name form.
 

Method parameters in org.gedcomx.conclusion with type arguments of type NameForm
 void Name.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
 void GedcomxModelVisitorBase.visitNameForm(NameForm form)
           
 void GedcomxModelVisitor.visitNameForm(NameForm form)
           
 void GedcomxLocalReferenceResolver.visitNameForm(NameForm form)
           
 



Copyright © 2015. All rights reserved.