Interface ValueRef
-
public interface ValueRef
ValueRef is a passable reference to a value- Author:
- TiongHiang Lee (thlee@onemindsoft.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue()
void
setValue(java.lang.Object obj)
-