Uses of Class
org.gedcomx.common.Qualifier
-
Packages that use Qualifier Package Description org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.source The sources model. -
-
Uses of Qualifier in org.gedcomx.common
Methods in org.gedcomx.common that return Qualifier Modifier and Type Method Description QualifierQualifier. name(URI name)Build up this qualifier with a name.QualifierQualifier. name(ControlledVocabulary name)Build up this qualifier with a name.QualifierQualifier. value(String value)Build up this qualifier with a value. -
Uses of Qualifier in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type Qualifier Modifier and Type Method Description List<Qualifier>Fact. getQualifiers()The qualifiers associated with this fact.List<Qualifier>NamePart. getQualifiers()The qualifiers associated with this name part.Stream<Qualifier>Fact. qualifiers()Create a stream for the qualifiers.Stream<Qualifier>NamePart. qualifiers()Create a stream for the qualifiers.Methods in org.gedcomx.conclusion with parameters of type Qualifier Modifier and Type Method Description voidFact. addQualifier(Qualifier qualifier)Add a qualifier.voidNamePart. addQualifier(Qualifier qualifier)Add a qualifier associated with this name part.FactFact. qualifier(Qualifier qualifier)Build up this fact with a qualifier.NamePartNamePart. qualifier(Qualifier qualifier)Build out this name part with a qualifier.Method parameters in org.gedcomx.conclusion with type arguments of type Qualifier Modifier and Type Method Description voidFact. 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 Qualifier Modifier and Type Method Description List<Qualifier>SourceReference. getQualifiers()The qualifiers associated with this source reference.Stream<Qualifier>SourceReference. qualifiers()Create a stream for the qualifiers.Methods in org.gedcomx.source with parameters of type Qualifier Modifier and Type Method Description voidSourceReference. addQualifier(Qualifier qualifier)Add a qualifier.SourceReferenceSourceReference. qualifier(Qualifier qualifier)Build up this source reference with a qualifier.Method parameters in org.gedcomx.source with type arguments of type Qualifier Modifier and Type Method Description voidSourceReference. setQualifiers(List<Qualifier> qualifiers)Set the qualifiers associated with this source reference.
-