Uses of Interface
org.jboss.cdi.tck.tests.implementation.initializer.ChickenInterface

Packages that use ChickenInterface
org.jboss.cdi.tck.tests.implementation.initializer   
 

Uses of ChickenInterface in org.jboss.cdi.tck.tests.implementation.initializer
 

Classes in org.jboss.cdi.tck.tests.implementation.initializer that implement ChickenInterface
 class PreferredChicken
           
 class StandardChicken
           
 

Methods in org.jboss.cdi.tck.tests.implementation.initializer that return ChickenInterface
 ChickenInterface StandardChickenHutch.getChicken()
           
 ChickenInterface PremiumChickenHutch.getChicken()
           
 

Methods in org.jboss.cdi.tck.tests.implementation.initializer with parameters of type ChickenInterface
 void StandardChickenHutch.setChicken(ChickenInterface chicken)
           
 void PremiumChickenHutch.setChicken(ChickenInterface chicken)
           
 



Copyright © 2008-2012 Seam Framework. All Rights Reserved.