Uses of Class
org.gedcomx.conclusion.NamePart

Packages that use NamePart
org.gedcomx.conclusion The conclusion model defines genealogical conclusion data. 
org.gedcomx.rt   
 

Uses of NamePart in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion that return NamePart
 NamePart NamePart.field(Field field)
          Build out this name part with a field.
 NamePart NamePart.id(String id)
           
 NamePart NamePart.qualifier(Qualifier qualifier)
          Build out this name part with a qualifier.
 NamePart NamePart.type(NamePartType type)
          Build out this name part with a type.
 NamePart NamePart.type(URI type)
          Build out this name part with a type.
 NamePart NamePart.value(String value)
          Build out this name part with a value.
 

Methods in org.gedcomx.conclusion that return types with arguments of type NamePart
 List<NamePart> NameForm.getParts()
          The different parts of the name form.
 

Methods in org.gedcomx.conclusion with parameters of type NamePart
 void NameForm.addPart(NamePart part)
          Add a name part the list of name parts for this name form.
 NameForm NameForm.part(NamePart part)
          Build up this name form with a part.
 

Method parameters in org.gedcomx.conclusion with type arguments of type NamePart
 void NameForm.setParts(List<NamePart> parts)
          The different parts of the name form.
 

Constructors in org.gedcomx.conclusion with parameters of type NamePart
Name(String fullText, NamePart... parts)
           
NameForm(String fullText, NamePart... parts)
           
 

Uses of NamePart in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type NamePart
 void GedcomxModelVisitorBase.visitNamePart(NamePart part)
           
 void GedcomxModelVisitor.visitNamePart(NamePart part)
           
 void GedcomxLocalReferenceResolver.visitNamePart(NamePart part)
           
 



Copyright © 2015. All rights reserved.