Uses of Class
org.gedcomx.records.Collection
Packages that use Collection
Package
Description
The base GEDCOM X data format.
The sources model.
-
Uses of Collection in org.gedcomx
Methods in org.gedcomx that return types with arguments of type CollectionModifier and TypeMethodDescriptionGedcomx.collections()Create a stream of the collections in this data set.Gedcomx.getCollections()The collections included in this genealogical data set.Methods in org.gedcomx with parameters of type CollectionModifier and TypeMethodDescriptionvoidGedcomx.addCollection(Collection collection) Add a collection to the data set.Gedcomx.collection(Collection collection) Build this out with a collection.Method parameters in org.gedcomx with type arguments of type CollectionModifier and TypeMethodDescriptionvoidGedcomx.setCollections(List<Collection> collections) The collections included in this genealogical data set. -
Uses of Collection in org.gedcomx.records
Methods in org.gedcomx.records that return CollectionModifier and TypeMethodDescriptionCollection.attribution(Attribution attribution) Build out this collection with attribution.Collection.content(CollectionContent content) Build out this collection with content.Collection.extensionElement(Object element) Collection.identifier(Identifier identifier) Build out this collection with an identifier.Build out this collection with a lang.Build out this collection with size.Build out this collection with a title.Methods in org.gedcomx.records with parameters of type CollectionModifier and TypeMethodDescriptionvoidCollection.embed(Collection collection) Embed another collection.Constructors in org.gedcomx.records with parameters of type Collection -
Uses of Collection in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type CollectionModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitCollection(Collection collection) voidGedcomxModelVisitor.visitCollection(Collection collection) voidGedcomxModelVisitorBase.visitCollection(Collection collection)