Uses of Class
org.gedcomx.common.TextValue
Packages that use TextValue
Package
Description
The contributor model.
The id model defines the standard mechanisms for identifying genealogical entities.
The conclusion model defines genealogical conclusion data.
The sources model.
The sources model.
The sources model.
-
Uses of TextValue in org.gedcomx.agent
Methods in org.gedcomx.agent that return TextValueMethods in org.gedcomx.agent that return types with arguments of type TextValueMethods in org.gedcomx.agent with parameters of type TextValueModifier and TypeMethodDescriptionvoidAdd a name.Build up this agent with a name.Method parameters in org.gedcomx.agent with type arguments of type TextValue -
Uses of TextValue in org.gedcomx.common
Methods in org.gedcomx.common that return TextValueModifier and TypeMethodDescriptionBuild up this text value with a lang.Build up this text value with a value.Constructors in org.gedcomx.common with parameters of type TextValue -
Uses of TextValue in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type TextValueModifier and TypeMethodDescriptionPlaceDescription.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.Date.getNormalizedExtensions()The list of normalized values for the date, provided for display purposes by the application.PlaceReference.getNormalizedExtensions()The list of normalized values for the place, provided for display purposes by the application.PlaceDescription.names()Create a stream for the names.Date.normalizedExtensions()Create a stream for the normalized value extensions.PlaceReference.normalizedExtensions()Create a stream for the normalized value extensions.Methods in org.gedcomx.conclusion with parameters of type TextValueModifier and TypeMethodDescriptionvoidAdd 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.Build out this description with a name.Method parameters in org.gedcomx.conclusion with type arguments of type TextValueModifier and TypeMethodDescriptionvoidAn 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 TextValueModifier and TypeMethodDescriptionFieldDescriptor.descriptions()Create a stream for the descriptions.FieldDescriptor.getDescriptions()The description of the field.FieldValueDescriptor.getDisplayLabels()The labels to be used for display purposes.FieldValueDescriptor.getEntryLabels()The labels to be used for entry purposes.Methods in org.gedcomx.records with parameters of type TextValueModifier and TypeMethodDescriptionvoidFieldDescriptor.addDescription(TextValue description) Add a description.FieldDescriptor.description(TextValue description) Build out this descriptor with a description.Method parameters in org.gedcomx.records with type arguments of type TextValueModifier and TypeMethodDescriptionvoidFieldDescriptor.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 TextValueModifier and TypeMethodDescriptionSourceDescription.getTitle()The preferred title for this source description.SourceDescription.getTitleLabel()A label for the title of this description.Methods in org.gedcomx.source that return types with arguments of type TextValueModifier and TypeMethodDescriptionSourceDescription.getDescriptions()Human-readable descriptions of the source.SourceDescription.getTitles()A list of titles for this source.Methods in org.gedcomx.source with parameters of type TextValueModifier and TypeMethodDescriptionSourceDescription.description(TextValue description) Build out this source description with a description.voidSourceDescription.setTitleLabel(TextValue titleLabel) A label for the title of this description.Build out this source description with a title.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 -
Uses of TextValue in org.gedcomx.util
Methods in org.gedcomx.util that return TextValueModifier and TypeMethodDescriptionstatic 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 TextValueModifier and TypeMethodDescriptionstatic 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