org.stringtree.util
Interface MutableProxy

All Superinterfaces:
Proxy

public interface MutableProxy
extends Proxy


Method Summary
 void setValue(java.lang.Object value)
           
 
Methods inherited from interface org.stringtree.util.Proxy
getValue
 

Method Detail

setValue

void setValue(java.lang.Object value)