| Package | Description |
|---|---|
| org.gedcomx.agent |
The contributor model.
|
| 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.records |
The sources model.
|
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.util | |
| org.gedcomx.vocab |
| Modifier and Type | Method and Description |
|---|---|
TextValue |
Agent.getName()
The preferred name for this agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
Agent.getNames()
The list of names for the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.addName(TextValue name)
Add a name.
|
Agent |
Agent.name(TextValue name)
Build up this agent with a name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setNames(List<TextValue> names)
The list of names for the agent.
|
| Modifier and Type | Method and Description |
|---|---|
TextValue |
TextValue.lang(String lang)
Build up this text value with a lang.
|
TextValue |
TextValue.value(String value)
Build up this text value with a value.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
PlaceDescription.getNames()
An ordered list of standardized (or normalized), fully-qualified (in terms of what is known of the applicable jurisdictional hierarchy) names for this place that are applicable to this description of this place.
|
List<TextValue> |
Date.getNormalizedExtensions()
The list of normalized values for the date, provided for display purposes by the application.
|
List<TextValue> |
PlaceReference.getNormalizedExtensions()
The list of normalized values for the place, provided for display purposes by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceDescription.addName(TextValue name)
Add a name to the list of standardized names.
|
void |
Date.addNormalizedExtension(TextValue normalizedExtension)
Add a normalized extension to the list.
|
void |
PlaceReference.addNormalizedExtension(TextValue normalized)
Add a normalized value.
|
PlaceDescription |
PlaceDescription.name(TextValue name)
Build out this description with a name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceDescription.setNames(List<TextValue> names)
An ordered list of standardized (or normalized), fully-qualified (in terms of what is known of the applicable jurisdictional hierarchy) names for this place that are applicable to this description of this place.
|
void |
Date.setNormalizedExtensions(List<TextValue> normalized)
The list of normalized values for the date, provided for display purposes by the application.
|
void |
PlaceReference.setNormalizedExtensions(List<TextValue> normalized)
The list of normalized values for the place, provided for display purposes by the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
FieldDescriptor.getDescriptions()
The description of the field.
|
List<TextValue> |
FieldValueDescriptor.getDisplayLabels()
The labels to be used for display purposes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDescriptor.addDescription(TextValue description)
Add a description.
|
FieldDescriptor |
FieldDescriptor.description(TextValue description)
Build out this descriptor with a description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDescriptor.setDescriptions(List<TextValue> descriptions)
The description of the field.
|
void |
FieldValueDescriptor.setDisplayLabels(List<TextValue> displayLabels)
The labels to be used for display purposes.
|
| Modifier and Type | Method and Description |
|---|---|
TextValue |
SourceDescription.getTitle()
The preferred title for this source description.
|
TextValue |
SourceDescription.getTitleLabel()
A label for the title of this description.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
SourceDescription.getDescriptions()
Human-readable descriptions of the source.
|
List<TextValue> |
SourceDescription.getTitles()
A list of titles for this source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.description(TextValue description)
Build out this source description with a description.
|
void |
SourceDescription.setTitleLabel(TextValue titleLabel)
A label for the title of this description.
|
SourceDescription |
SourceDescription.title(TextValue title)
Build out this source description with a title.
|
SourceDescription |
SourceDescription.titleLabel(TextValue titleLabel)
Build this out by applying a label for the title of this description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setDescriptions(List<TextValue> descriptions)
Human-readable descriptions of the source.
|
void |
SourceDescription.setTitles(List<TextValue> titles)
A list of titles for this source.
|
| Modifier and Type | Method and Description |
|---|---|
static TextValue |
LocaleUtil.findClosestLocale(Collection<TextValue> textValues,
Locale localeToMatch)
Return the textValue whose language is closest the localeToMatch.
|
static TextValue |
LocaleUtil.findClosestLocale(Collection<TextValue> textValues,
Locale localeToMatch,
Locale defaultLocale)
Return the textValue whose language is closest the localeToMatch.
|
| Modifier and Type | Method and Description |
|---|---|
static TextValue |
LocaleUtil.findClosestLocale(Collection<TextValue> textValues,
Locale localeToMatch)
Return the textValue whose language is closest the localeToMatch.
|
static TextValue |
LocaleUtil.findClosestLocale(Collection<TextValue> textValues,
Locale localeToMatch,
Locale defaultLocale)
Return the textValue whose language is closest the localeToMatch.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextValue> |
VocabElement.getDescriptions() |
List<TextValue> |
VocabElement.getLabels() |
Copyright © 2016. All rights reserved.