public class Value extends Term
Modifier and Type | Field and Description |
---|---|
static Value |
emptyPlain |
Constructor and Description |
---|
Value(String spelling) |
Value(String spelling,
String language,
String datatype) |
Modifier and Type | Method and Description |
---|---|
String |
asSparqlTerm(PrefixLogger pl) |
boolean |
equals(Object other) |
int |
hashCode() |
String |
lang() |
Value |
replaceBy(String vs)
Answer a new Value with the same language and datatype as this
one, but with a new lexical form aka valueString vs.
|
String |
spelling() |
String |
toString() |
String |
type() |
renderWrapped
public static final Value emptyPlain
public Value(String spelling)
public String asSparqlTerm(PrefixLogger pl)
asSparqlTerm
in class Any
public Value replaceBy(String vs)
public String lang()
public String type()
Copyright © 2014. All Rights Reserved.