public class LiteralEntry extends NamedEntry
entity, extId, extName| Constructor and Description |
|---|
LiteralEntry(String name)
create data entry with given name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Facet> |
getFacet() |
int |
getIndex()
get pointer to DAG entry corresponding to the data entry
|
Literal<?> |
getLiteral() |
Datatype<?> |
getType()
get host type
|
void |
setIndex(int p)
set DAG index of the data entry
|
void |
setLiteral(Literal<?> l)
set host data type for the data value
|
String |
toString() |
public LiteralEntry(String name)
public void setLiteral(Literal<?> l)
public Literal<?> getLiteral()
public Datatype<?> getType()
public Collection<Facet> getFacet()
public int getIndex()
getIndex in class NamedEntrypublic void setIndex(int p)
setIndex in class NamedEntrypublic String toString()
toString in class NamedEntryCopyright © 2013 The University of Manchester. All Rights Reserved.