Holger's
Java API

Uses of Class
com.antelmann.genealogy.GPersonRelationType

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

Uses of GPersonRelationType in com.antelmann.genealogy
 

Methods in com.antelmann.genealogy that return GPersonRelationType
static GPersonRelationType GPersonRelationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPersonRelationType[] GPersonRelationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.antelmann.genealogy with parameters of type GPersonRelationType
GPersonRelation(Object id, Stub<GPerson> fromReference, Stub<GPerson> toReference, GPersonRelationType type)
           
 



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