|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Qualifier | |
|---|---|
| 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 | |
|---|---|
Qualifier |
Qualifier.name(Enum name)
Build up this qualifier with a name. |
Qualifier |
Qualifier.name(URI name)
Build up this qualifier with a name. |
Qualifier |
Qualifier.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 | |
|---|---|
List<Qualifier> |
NamePart.getQualifiers()
The qualifiers associated with this name part. |
List<Qualifier> |
Fact.getQualifiers()
The qualifiers associated with this fact. |
| Methods in org.gedcomx.conclusion with parameters of type Qualifier | |
|---|---|
void |
NamePart.addQualifier(Qualifier qualifier)
Add a qualifier associated with this name part. |
void |
Fact.addQualifier(Qualifier qualifier)
Add a qualifier. |
NamePart |
NamePart.qualifier(Qualifier qualifier)
Build out this name part with a qualifier. |
Fact |
Fact.qualifier(Qualifier qualifier)
Build up this fact with a qualifier. |
| Method parameters in org.gedcomx.conclusion with type arguments of type Qualifier | |
|---|---|
void |
NamePart.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this name part. |
void |
Fact.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this fact. |
| Uses of Qualifier in org.gedcomx.source |
|---|
| Methods in org.gedcomx.source that return types with arguments of type Qualifier | |
|---|---|
List<Qualifier> |
SourceReference.getQualifiers()
The qualifiers associated with this source reference. |
| Methods in org.gedcomx.source with parameters of type Qualifier | |
|---|---|
void |
SourceReference.addQualifier(Qualifier qualifier)
Add a qualifier. |
SourceReference |
SourceReference.qualifier(Qualifier qualifier)
Build up this source reference with a qualifier. |
| Method parameters in org.gedcomx.source with type arguments of type Qualifier | |
|---|---|
void |
SourceReference.setQualifiers(List<Qualifier> qualifiers)
Set the qualifiers associated with this source reference. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||