org.apache.commons.beanutils.priv
Interface PrivateDirect

All Superinterfaces:
PrivateIndirect

public interface PrivateDirect
extends PrivateIndirect

Interface that is directly implemented by PrivateBean.

Version:
$Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $
Author:
Craig R. McClanahan

Method Summary
 String getBar()
          A property accessible via a directly implemented interface.
 String methodBar(String in)
          A method accessible via a directly implemented interface.
 
Methods inherited from interface org.apache.commons.beanutils.priv.PrivateIndirect
getBaz, methodBaz
 

Method Detail

getBar

String getBar()
A property accessible via a directly implemented interface.


methodBar

String methodBar(String in)
A method accessible via a directly implemented interface.



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.