de.keepondreaming.xml
Interface ClassProxyAccess

All Superinterfaces:
ProxyClassCreator
All Known Implementing Classes:
ClassProxy

public interface ClassProxyAccess
extends ProxyClassCreator

Helper interface of ClassProxy to set/read attributes. $Author: wintermond $ $Date: 2005/07/10 18:39:01 $ $Log: ClassProxyAccess.java,v $ Revision 1.5 2005/07/10 18:39:01 wintermond javadoc Revision 1.4 2005/07/09 09:54:39 wintermond Javadoc and implemented ProxyClassCreator Revision 1.3 2005/07/09 08:29:13 wintermond new cvs substitution tag


Method Summary
 java.lang.Object getAttribute(java.lang.String key)
          Returns the attribute value of the given key.
 void setAttribute(java.lang.String key, java.lang.Object value)
          Sets the attribute with the given key
 
Methods inherited from interface de.keepondreaming.xml.ProxyClassCreator
getWrappedClass
 

Method Detail

setAttribute

void setAttribute(java.lang.String key,
                  java.lang.Object value)
Sets the attribute with the given key

Parameters:
key -
value -

getAttribute

java.lang.Object getAttribute(java.lang.String key)
Returns the attribute value of the given key.

Parameters:
key -
Returns:
The value currently assigned to the key key


Copyright © -2005 . All Rights Reserved.