|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BigdataValue
An interface which exposes the internal 64-bit long integer identifiers for
Values stored within a IRawTripleStore.
| Field Summary | |
|---|---|
static long |
NULL
A value which corresponds to an unassigned term identifier. |
| Method Summary | |
|---|---|
void |
clearTermId()
Clears the term identifier to NULL. |
long |
getTermId()
Return the term identifier for this value. |
void |
setTermId(long termId)
Set the term identifier for this value. |
| Methods inherited from interface org.openrdf.model.Value |
|---|
stringValue |
| Field Detail |
|---|
static final long NULL
IRawTripleStore.NULL,
Constant Field Values| Method Detail |
|---|
long getTermId()
Value for a database. Sometimes a
TempTripleStore will be used that shares the lexicon with a given
database, in which case the same term identifiers will be value for that
TempTripleStore.
void setTermId(long termId)
termId - The term identifier.
IllegalArgumentException - if termId is NULL.
IllegalStateException - if the term identifier is already set to a different non-NULL
value.void clearTermId()
NULL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||