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

java.lang.Object
  extended by com.google.gwt.valuestore.shared.PropertyReference<V>
Type Parameters:
V - Value type
Direct Known Subclasses:
Value

public class PropertyReference<V>
extends java.lang.Object

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

A pointer to a particular property value.


Constructor Summary
PropertyReference(Record record, Property<V> property)
           
 
Method Summary
 V get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyReference

public PropertyReference(Record record,
                         Property<V> property)
Method Detail

get

public V get()