Uses of Class
org.mule.tck.testmodels.fruit.Apple

Packages that use Apple
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
org.mule.test.usecases.properties   
 

Uses of Apple in org.mule.tck.testmodels.fruit
 

Subclasses of Apple in org.mule.tck.testmodels.fruit
 class RedApple
           
 

Methods in org.mule.tck.testmodels.fruit that return Apple
 Apple FruitBasket.getApple()
           
 Apple FruitBowl.getApple()
           
 

Methods in org.mule.tck.testmodels.fruit with parameters of type Apple
 Fruit[] FruitBowl.addAppleAndBanana(Apple apple, Banana banana)
           
 Fruit[] FruitBowl.addBananaAndApple(Banana banana, Apple apple)
           
 void FruitBowl.setApple(Apple apple)
           
 

Constructors in org.mule.tck.testmodels.fruit with parameters of type Apple
FruitBowl(Apple apple, Banana banana)
           
 

Uses of Apple in org.mule.test.usecases.properties
 

Fields in org.mule.test.usecases.properties declared as Apple
protected static Apple PropsComponent.testObjectProperty
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.