Uses of Class
org.tynamo.model.test.entities.Bar

Packages that use Bar
org.tynamo.model.test.entities   
 

Uses of Bar in org.tynamo.model.test.entities
 

Methods in org.tynamo.model.test.entities that return Bar
 Bar Wibble.getBar()
           
 Bar Foo.getBar()
           
 

Methods in org.tynamo.model.test.entities that return types with arguments of type Bar
 List<Bar> BarCollector.getBars()
           
 

Methods in org.tynamo.model.test.entities with parameters of type Bar
 void Wibble.setBar(Bar bar)
           
 void Foo.setBar(Bar bar)
           
 

Method parameters in org.tynamo.model.test.entities with type arguments of type Bar
 void BarCollector.setBars(List<Bar> bars)
           
 



Copyright © 2004-2012. All Rights Reserved.