|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Record
Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
An entry in aValueStore.
| Field Summary | |
|---|---|
static Property<java.lang.String> |
id
|
static Property<java.lang.Integer> |
version
|
| Method Summary | ||
|---|---|---|
|
get(Property<V> property)
Get this record's value for the given property. |
|
java.lang.String |
getId()
|
|
|
getRef(Property<V> property)
Get a "pointer" to value of this property in the receiver, useful for making rpc requests against values that have not yet reached the client. |
|
java.lang.Integer |
getVersion()
|
|
| Field Detail |
|---|
static final Property<java.lang.String> id
static final Property<java.lang.Integer> version
| Method Detail |
|---|
<V> V get(Property<V> property)
V - the type of the property's valueproperty - the property to fetch
java.lang.String getId()
<V> PropertyReference<V> getRef(Property<V> property)
V - the type of the property valueproperty - the property referred to
java.lang.Integer getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||