Uses of Class
org.apache.commons.betwixt.io.read.Animal

Packages that use Animal
org.apache.commons.betwixt.io.read   
 

Uses of Animal in org.apache.commons.betwixt.io.read
 

Subclasses of Animal in org.apache.commons.betwixt.io.read
 class CatBean
           
 class DogBean
           
 class FerretBean
           
 

Methods in org.apache.commons.betwixt.io.read that return Animal
 Animal PetBean.getPet()
           
 

Methods in org.apache.commons.betwixt.io.read with parameters of type Animal
 void Animals.addAnimal(Animal animal)
           
 void PetBean.setPet(Animal pet)
           
 

Constructors in org.apache.commons.betwixt.io.read with parameters of type Animal
PetBean(Animal pet, PersonBean owner)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.