Uses of Class
org.gedcomx.common.Qualifier
Packages that use Qualifier
Package
Description
The id model defines the standard mechanisms for identifying genealogical entities.
The conclusion model defines genealogical conclusion data.
The sources model.
-
Uses of Qualifier in org.gedcomx.common
Methods in org.gedcomx.common that return QualifierModifier and TypeMethodDescriptionBuild up this qualifier with a name.Qualifier.name(ControlledVocabulary name) Build up this qualifier with a name.Build up this qualifier with a value.Constructors in org.gedcomx.common with parameters of type Qualifier -
Uses of Qualifier in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type QualifierModifier and TypeMethodDescriptionFact.getQualifiers()The qualifiers associated with this fact.NamePart.getQualifiers()The qualifiers associated with this name part.Fact.qualifiers()Create a stream for the qualifiers.NamePart.qualifiers()Create a stream for the qualifiers.Methods in org.gedcomx.conclusion with parameters of type QualifierModifier and TypeMethodDescriptionvoidFact.addQualifier(Qualifier qualifier) Add a qualifier.voidNamePart.addQualifier(Qualifier qualifier) Add a qualifier associated with this name part.Build up this fact with a qualifier.Build out this name part with a qualifier.Method parameters in org.gedcomx.conclusion with type arguments of type QualifierModifier and TypeMethodDescriptionvoidFact.setQualifiers(List<Qualifier> qualifiers) Set the qualifiers associated with this fact.voidNamePart.setQualifiers(List<Qualifier> qualifiers) Set the qualifiers associated with this name part. -
Uses of Qualifier in org.gedcomx.source
Methods in org.gedcomx.source that return types with arguments of type QualifierModifier and TypeMethodDescriptionSourceReference.getQualifiers()The qualifiers associated with this source reference.SourceReference.qualifiers()Create a stream for the qualifiers.Methods in org.gedcomx.source with parameters of type QualifierModifier and TypeMethodDescriptionvoidSourceReference.addQualifier(Qualifier qualifier) Add a qualifier.Build up this source reference with a qualifier.Method parameters in org.gedcomx.source with type arguments of type QualifierModifier and TypeMethodDescriptionvoidSourceReference.setQualifiers(List<Qualifier> qualifiers) Set the qualifiers associated with this source reference.