Uses of Class
org.gedcomx.conclusion.NamePart
-
Packages that use NamePart Package Description 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 Modifier and Type Method Description NamePartNamePart. extensionElement(Object element)NamePartNamePart. field(Field field)Build out this name part with a field.NamePartNamePart. id(String id)NamePartNamePart. qualifier(Qualifier qualifier)Build out this name part with a qualifier.NamePartNamePart. type(URI type)Build out this name part with a type.NamePartNamePart. type(NamePartType type)Build out this name part with a type.NamePartNamePart. value(String value)Build out this name part with a value.Methods in org.gedcomx.conclusion that return types with arguments of type NamePart Modifier and Type Method Description List<NamePart>NameForm. getParts()The different parts of the name form.Stream<NamePart>NameForm. parts()Create a stream for the name parts.Methods in org.gedcomx.conclusion with parameters of type NamePart Modifier and Type Method Description voidNameForm. addPart(NamePart part)Add a name part the list of name parts for this name form.NameFormNameForm. part(NamePart part)Build up this name form with a part.Method parameters in org.gedcomx.conclusion with type arguments of type NamePart Modifier and Type Method Description voidNameForm. setParts(List<NamePart> parts)The different parts of the name form.Constructors in org.gedcomx.conclusion with parameters of type NamePart Constructor Description 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 Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitNamePart(NamePart part)voidGedcomxModelVisitor. visitNamePart(NamePart part)voidGedcomxModelVisitorBase. visitNamePart(NamePart part)
-