public static interface BeanDelegatorTest.SimpleBeanInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
BeanDelegatorTest.SimpleBeanInterface.Style |
| Modifier and Type | Method and Description |
|---|---|
List<BeanDelegatorTest.SimpleBeanInterface> |
getBeanList() |
Map<String,BeanDelegatorTest.SimpleBeanInterface> |
getBeanMap() |
int |
getI() |
List<String> |
getList() |
Map<String,String> |
getMap() |
String |
getPrivateData() |
String |
getRequired() |
String |
getS() |
BeanDelegatorTest.SimpleBeanInterface.Style |
getStyle() |
String |
getUnknown() |
int |
getWrongType() |
BeanDelegatorTest.SimpleBeanInterface |
setI(int i) |
int getI()
BeanDelegatorTest.SimpleBeanInterface setI(int i)
String getS()
List<BeanDelegatorTest.SimpleBeanInterface> getBeanList()
Map<String,BeanDelegatorTest.SimpleBeanInterface> getBeanMap()
String getUnknown()
int getWrongType()
String getPrivateData()
BeanDelegatorTest.SimpleBeanInterface.Style getStyle()
String getRequired()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.