org.apache.commons.beanutils.priv
Interface PrivateIndirect

All Known Subinterfaces:
PrivateDirect

public interface PrivateIndirect

Interface that is indirectly 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 getBaz()
          A property accessible via an indirectly implemented interface.
 String methodBaz(String in)
          A method accessible via an indirectly implemented interface.
 

Method Detail

getBaz

String getBaz()
A property accessible via an indirectly implemented interface.


methodBaz

String methodBaz(String in)
A method accessible via an indirectly implemented interface.



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