Uses of Class
org.openamf.test.Foo

Packages that use Foo
org.openamf.test   
 

Uses of Foo in org.openamf.test
 

Fields in org.openamf.test declared as Foo
 Foo Foo.myFoo
           
 

Methods in org.openamf.test that return Foo
 Foo SimpleBusinessDelegate.getFavoriteFoo()
           
 Foo Foo.getMyFoo()
           
 

Methods in org.openamf.test with parameters of type Foo
 java.lang.Object TestDataTypesService.getTestData(Foo Tcase)
           
 void Foo.setMyFoo(Foo imyFoo)