|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextValue | |
|---|---|
| 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 | |
| Uses of TextValue in org.gedcomx.agent |
|---|
| Methods in org.gedcomx.agent that return TextValue | |
|---|---|
TextValue |
Agent.getName()
The preferred name for this agent. |
| Methods in org.gedcomx.agent that return types with arguments of type TextValue | |
|---|---|
List<TextValue> |
Agent.getNames()
The list of names for the agent. |
| Methods in org.gedcomx.agent with parameters of type TextValue | |
|---|---|
void |
Agent.addName(TextValue name)
Add a name. |
Agent |
Agent.name(TextValue name)
Build up this agent with a name. |
| Method parameters in org.gedcomx.agent with type arguments of type TextValue | |
|---|---|
void |
Agent.setNames(List<TextValue> names)
The list of names for the agent. |
| Uses of TextValue in org.gedcomx.common |
|---|
| Methods in org.gedcomx.common that return TextValue | |
|---|---|
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. |
| Uses of TextValue in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return types with arguments of type TextValue | |
|---|---|
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. |
| Methods in org.gedcomx.conclusion with parameters of type TextValue | |
|---|---|
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. |
| Method parameters in org.gedcomx.conclusion with type arguments of type TextValue | |
|---|---|
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. |
| Uses of TextValue in org.gedcomx.records |
|---|
| Methods in org.gedcomx.records that return types with arguments of type TextValue | |
|---|---|
List<TextValue> |
FieldDescriptor.getDescriptions()
The description of the field. |
List<TextValue> |
FieldValueDescriptor.getDisplayLabels()
The labels to be used for display purposes. |
| Methods in org.gedcomx.records with parameters of type TextValue | |
|---|---|
void |
FieldDescriptor.addDescription(TextValue description)
Add a description. |
FieldDescriptor |
FieldDescriptor.description(TextValue description)
Build out this descriptor with a description. |
| Method parameters in org.gedcomx.records with type arguments of type TextValue | |
|---|---|
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. |
| Uses of TextValue in org.gedcomx.source |
|---|
| Methods in org.gedcomx.source that return TextValue | |
|---|---|
TextValue |
SourceDescription.getTitle()
The preferred title for this source description. |
TextValue |
SourceDescription.getTitleLabel()
A label for the title of this description. |
| Methods in org.gedcomx.source that return types with arguments of type TextValue | |
|---|---|
List<TextValue> |
SourceDescription.getDescriptions()
Human-readable descriptions of the source. |
List<TextValue> |
SourceDescription.getTitles()
A list of titles for this source. |
| Methods in org.gedcomx.source with parameters of type TextValue | |
|---|---|
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. |
| Method parameters in org.gedcomx.source with type arguments of type TextValue | |
|---|---|
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. |
| Uses of TextValue in org.gedcomx.util |
|---|
| Methods in org.gedcomx.util that return TextValue | |
|---|---|
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. |
| Method parameters in org.gedcomx.util with type arguments of type TextValue | |
|---|---|
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. |
| Uses of TextValue in org.gedcomx.vocab |
|---|
| Methods in org.gedcomx.vocab that return types with arguments of type TextValue | |
|---|---|
List<TextValue> |
VocabElement.getDescriptions()
|
List<TextValue> |
VocabElement.getLabels()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||