public interface ConfigView
extends java.lang.reflect.InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
ConfigView |
getMasterView() |
<T extends ConfigBeanProxy> |
getProxy(java.lang.Class<T> proxyType) |
<T extends ConfigBeanProxy> |
getProxyType() |
void |
setMasterView(ConfigView view) |
ConfigView getMasterView()
void setMasterView(ConfigView view)
<T extends ConfigBeanProxy> java.lang.Class<T> getProxyType()
<T extends ConfigBeanProxy> T getProxy(java.lang.Class<T> proxyType)
Copyright © 2013 Oracle Corporation. All Rights Reserved.