Uses of Class
org.gedcomx.atom.Entry
-
Packages that use Entry Package Description org.gedcomx.atom The atom model supplies the definitions needed to support the atom syndication format.org.gedcomx.atom.rt -
-
Uses of Entry in org.gedcomx.atom
Methods in org.gedcomx.atom that return types with arguments of type Entry Modifier and Type Method Description List<Entry>Feed. getEntries()The entries in the feed.Method parameters in org.gedcomx.atom with type arguments of type Entry Modifier and Type Method Description voidFeed. setEntries(List<Entry> entries)The entries in the feed. -
Uses of Entry in org.gedcomx.atom.rt
Methods in org.gedcomx.atom.rt with parameters of type Entry Modifier and Type Method Description voidAtomModelVisitor. visitEntry(Entry entry)voidAtomModelVisitorBase. visitEntry(Entry entry)
-