public interface NativeValue extends Value
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_ID |
Modifier and Type | Method and Description |
---|---|
int |
getInternalID()
Gets the ID that is used in the native store for this Value.
|
ValueStoreRevision |
getValueStoreRevision()
Gets the revision of the value store that created this value.
|
void |
setInternalID(int id,
ValueStoreRevision revision)
Sets the ID that is used for this value in a specific revision of the value store.
|
stringValue
static final int UNKNOWN_ID
void setInternalID(int id, ValueStoreRevision revision)
int getInternalID()
UNKNOWN_ID
if not yet set.ValueStoreRevision getValueStoreRevision()
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.