| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Object |
fromNodeValue(NodeValue nv)
Map an ARQ
NodeValue to java/Nashorn representation of a JavaScript object. |
String |
getDatatype() |
String |
getDT() |
String |
getLabel() |
String |
getLang() |
String |
getLanguage() |
String |
getLex() |
String |
getTermType() |
String |
getUri() |
String |
getValue() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isLiteral() |
boolean |
isNumber() |
boolean |
isURI() |
NodeValue |
nv() |
static NodeValue |
toNodeValue(Object r)
Map a java/Nashorn representation of a JavaScript object to an ARQ
NodeValue. |
String |
toString() |
public NV(NodeValue nv)
public static NodeValue toNodeValue(Object r)
NodeValue. Identified types are null, string, number and boolean and also
NV returned by the JavaScript code.public boolean isURI()
public boolean isBlank()
public boolean isNumber()
public boolean isLiteral()
public String getTermType()
getTermType in interface RDFJSpublic String getLabel()
public String getDT()
public String getDatatype()
public String getLanguage()
public String getLang()
public String getLex()
public String getUri()
public NodeValue nv()
Licenced under the Apache License, Version 2.0