Holger's
Java API

Uses of Class
com.antelmann.genealogy.GTag

Packages that use GTag
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
 

Uses of GTag in com.antelmann.genealogy
 

Methods in com.antelmann.genealogy that return types with arguments of type GTag
 Collection<GTag> GPersonalBlogEntry.getTags()
           
 Collection<GTag> GEventImpl.getTags()
           
 Class<GTag> GPerson.getTagType()
           
 

Methods in com.antelmann.genealogy with parameters of type GTag
 boolean GPersonalBlogEntry.add(GTag tag)
           
 boolean GEventImpl.add(GTag tag)
           
 boolean GPersonalBlogEntry.isTagged(GTag tag)
           
 boolean GEventImpl.isTagged(GTag tag)
           
 boolean GPersonalBlogEntry.remove(GTag tag)
           
 boolean GEventImpl.remove(GTag tag)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads