org.onemind.commons.java.lang.ref
Interface ValueRef


public interface ValueRef

ValueRef is a passable reference to a value

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object obj)
           
 

Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object obj)


Copyright © 2004-2006 . All Rights Reserved.