com.google.gwt.valuestore.shared
Class Value<V>

java.lang.Object
  extended by com.google.gwt.valuestore.shared.PropertyReference<V>
      extended by com.google.gwt.valuestore.shared.Value<V>
Type Parameters:
V - the type of the value

public class Value<V>
extends PropertyReference<V>

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.


Method Summary
 V get()
           
static
<V> Value<V>
of(V value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static <V> Value<V> of(V value)

get

public V get()
Overrides:
get in class PropertyReference<V>