public static class TypedBindingAnnotationTestCase.FruitBasket extends Object
| Constructor and Description |
|---|
FruitBasket() |
| Modifier and Type | Method and Description |
|---|---|
void |
foo(TypedBindingAnnotationTestCase.Apple bramley,
TypedBindingAnnotationTestCase.Apple cox,
TypedBindingAnnotationTestCase.Apple granny,
TypedBindingAnnotationTestCase.Apple braeburn) |
void |
setFour(TypedBindingAnnotationTestCase.Apple braeburn) |
void |
setOne(TypedBindingAnnotationTestCase.Apple bramley) |
void |
setThree(TypedBindingAnnotationTestCase.Apple granny) |
void |
setTwo(TypedBindingAnnotationTestCase.Apple cox) |
public FruitBasket()
public void foo(TypedBindingAnnotationTestCase.Apple bramley, TypedBindingAnnotationTestCase.Apple cox, TypedBindingAnnotationTestCase.Apple granny, TypedBindingAnnotationTestCase.Apple braeburn)
public void setOne(TypedBindingAnnotationTestCase.Apple bramley)
public void setTwo(TypedBindingAnnotationTestCase.Apple cox)
public void setThree(TypedBindingAnnotationTestCase.Apple granny)
public void setFour(TypedBindingAnnotationTestCase.Apple braeburn)
Copyright © 2003–2015 Codehaus. All rights reserved.