Lizzy v1.1.1

Uses of Class
christophedelory.atom.Person

Packages that use Person
christophedelory.atom The Atom (XML-based) Web content and metadata syndication format. 
 

Uses of Person in christophedelory.atom
 

Methods in christophedelory.atom that return types with arguments of type Person
 List<Person> Source.getAuthors()
          Returns the list of feed's authors.
 List<Person> Entry.getAuthors()
          Returns the list of entry's authors.
 List<Person> Source.getContributors()
          Returns the list of persons or other entities who contributed to the feed.
 List<Person> Entry.getContributors()
          Returns the list of persons or other entities who contributed to the entry.
 

Methods in christophedelory.atom with parameters of type Person
 void Source.addAuthor(Person author)
          Adds a feed's author.
 void Entry.addAuthor(Person author)
          Adds an entry's author.
 void Source.addContributor(Person contributor)
          Adds a person or other entity who contributed to the feed.
 void Entry.addContributor(Person contributor)
          Adds a person or other entity who contributed to the entry.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.