Uses of Class
relations.Deity

Packages that use Deity
relations   
 

Uses of Deity in relations
 

Methods in relations that return Deity
 Deity Deity.getFather()
           
 Deity Deity.getMother()
           
 Deity Deity.giveBirth(String childName, Deity childFather, Deity.Gender gender)
          She's having a baby...
 

Methods in relations that return types with arguments of type Deity
 Set<Deity> Deity.getChildren()
           
 

Methods in relations with parameters of type Deity
 Deity Deity.giveBirth(String childName, Deity childFather, Deity.Gender gender)
          She's having a baby...
 void Deity.setFather(Deity father)
           
 void Deity.setMother(Deity mother)
           
 

Method parameters in relations with type arguments of type Deity
 void Deity.setChildren(Set<Deity> children)
           
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.