Uses of Class
org.gedcomx.conclusion.Name

Packages that use Name
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
 Name Name.analysis(Document analysis)
           
 Name Name.analysis(ResourceReference analysis)
           
 Name Name.analysis(URI analysis)
           
 Name Name.attribution(Attribution attribution)
           
 Name Name.confidence(ConfidenceLevel confidence)
           
 Name Name.confidence(URI confidence)
           
 Name Name.date(Date date)
          Build up this name with a date.
 Name Person.getFirstNameOfType(NameType type)
          Get the first name of the specified type.
 Name Person.getName()
          Get the first name of this person.
 Name Name.id(String id)
           
 Name Name.lang(String lang)
           
 Name Name.link(Link link)
           
 Name Name.link(String rel, URI href)
           
 Name Name.nameForm(NameForm nameForm)
          Build up this name with a name form.
 Name Name.note(Note note)
           
 Name Name.preferred(Boolean preferred)
          Build up this name with a preferred flag.
 Name Name.sortKey(String sortKey)
           
 Name Name.source(SourceDescription source)
           
 Name Name.source(SourceReference sourceReference)
           
 Name Name.type(NameType type)
          Build up this name with a type.
 Name Name.type(URI type)
          Build up this name with a type.
 

Methods in org.gedcomx.conclusion that return types with arguments of type Name
 List<Name> Person.getNames()
          The name conclusions for the person.
 

Methods in org.gedcomx.conclusion with parameters of type Name
 void Person.addName(Name name)
          Add a name conclusion to the person.
 Person Person.name(Name name)
          Build out this person with a name.
 

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



Copyright © 2015. All rights reserved.