Uses of Class
org.gedcomx.common.TextValue
-
Packages that use TextValue 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 The sources model. -
-
Uses of TextValue in org.gedcomx.agent
Methods in org.gedcomx.agent that return TextValue Modifier and Type Method Description TextValueAgent. getName()The preferred name for this agent.Methods in org.gedcomx.agent that return types with arguments of type TextValue Modifier and Type Method Description List<TextValue>Agent. getNames()The list of names for the agent.Methods in org.gedcomx.agent with parameters of type TextValue Modifier and Type Method Description voidAgent. addName(TextValue name)Add a name.AgentAgent. name(TextValue name)Build up this agent with a name.Method parameters in org.gedcomx.agent with type arguments of type TextValue Modifier and Type Method Description voidAgent. 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 Modifier and Type Method Description TextValueTextValue. lang(String lang)Build up this text value with a lang.TextValueTextValue. 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 Modifier and Type Method 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.Stream<TextValue>PlaceDescription. names()Create a stream for the names.Stream<TextValue>Date. normalizedExtensions()Create a stream for the normalized value extensions.Stream<TextValue>PlaceReference. normalizedExtensions()Create a stream for the normalized value extensions.Methods in org.gedcomx.conclusion with parameters of type TextValue Modifier and Type Method Description voidPlaceDescription. addName(TextValue name)Add a name to the list of standardized names.voidDate. addNormalizedExtension(TextValue normalizedExtension)Add a normalized extension to the list.voidPlaceReference. addNormalizedExtension(TextValue normalized)Add a normalized value.PlaceDescriptionPlaceDescription. name(TextValue name)Build out this description with a name.Method parameters in org.gedcomx.conclusion with type arguments of type TextValue Modifier and Type Method Description voidPlaceDescription. 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.voidDate. setNormalizedExtensions(List<TextValue> normalized)The list of normalized values for the date, provided for display purposes by the application.voidPlaceReference. 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 Modifier and Type Method Description Stream<TextValue>FieldDescriptor. descriptions()Create a stream for the descriptions.List<TextValue>FieldDescriptor. getDescriptions()The description of the field.List<TextValue>FieldValueDescriptor. getDisplayLabels()The labels to be used for display purposes.List<TextValue>FieldValueDescriptor. getEntryLabels()The labels to be used for entry purposes.Methods in org.gedcomx.records with parameters of type TextValue Modifier and Type Method Description voidFieldDescriptor. addDescription(TextValue description)Add a description.FieldDescriptorFieldDescriptor. description(TextValue description)Build out this descriptor with a description.Method parameters in org.gedcomx.records with type arguments of type TextValue Modifier and Type Method Description voidFieldDescriptor. setDescriptions(List<TextValue> descriptions)The description of the field.voidFieldValueDescriptor. setDisplayLabels(List<TextValue> displayLabels)The labels to be used for display purposes.voidFieldValueDescriptor. setEntryLabels(List<TextValue> entryLabels)The labels to be used for entry purposes. -
Uses of TextValue in org.gedcomx.source
Methods in org.gedcomx.source that return TextValue Modifier and Type Method Description TextValueSourceDescription. getTitle()The preferred title for this source description.TextValueSourceDescription. getTitleLabel()A label for the title of this description.Methods in org.gedcomx.source that return types with arguments of type TextValue Modifier and Type Method Description 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 Modifier and Type Method Description SourceDescriptionSourceDescription. description(TextValue description)Build out this source description with a description.voidSourceDescription. setTitleLabel(TextValue titleLabel)A label for the title of this description.SourceDescriptionSourceDescription. title(TextValue title)Build out this source description with a title.SourceDescriptionSourceDescription. 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 Modifier and Type Method Description voidSourceDescription. setDescriptions(List<TextValue> descriptions)Human-readable descriptions of the source.voidSourceDescription. 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 Modifier and Type Method Description static TextValueLocaleUtil. findClosestLocale(Collection<TextValue> textValues, Locale localeToMatch)Return the textValue whose language is closest the localeToMatch.static TextValueLocaleUtil. 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 Modifier and Type Method Description static TextValueLocaleUtil. findClosestLocale(Collection<TextValue> textValues, Locale localeToMatch)Return the textValue whose language is closest the localeToMatch.static TextValueLocaleUtil. 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 Modifier and Type Method Description List<TextValue>VocabElement. getDescriptions()List<TextValue>VocabElement. getLabels()
-