|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CitationField | |
|---|---|
| org.gedcomx.source | The sources model. |
| Uses of CitationField in org.gedcomx.source |
|---|
| Methods in org.gedcomx.source that return CitationField | |
|---|---|
CitationField |
CitationField.name(URI name)
Build out this citation field with a name. |
CitationField |
CitationField.nameValue(String name)
Build out this citation field with a name. |
CitationField |
CitationField.value(String value)
Build out this citation field with a value. |
| Methods in org.gedcomx.source that return types with arguments of type CitationField | |
|---|---|
List<CitationField> |
SourceCitation.getFields()
The list of citation fields. |
| Methods in org.gedcomx.source with parameters of type CitationField | |
|---|---|
void |
SourceCitation.addField(CitationField field)
Add a reference to the citation fields. |
SourceCitation |
SourceCitation.field(CitationField fields)
Build out this citation with a field. |
| Method parameters in org.gedcomx.source with type arguments of type CitationField | |
|---|---|
void |
SourceCitation.setFields(List<CitationField> fields)
The list of citation fields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||