public class RDFLangString extends BaseDatatype implements RDFDatatype
BaseDatatype.TypedValue| Modifier and Type | Field and Description |
|---|---|
static RDFDatatype |
rdfLangString
Singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEqual(LiteralLabel value1,
LiteralLabel value2)
Compares two instances of values of the given datatype.
|
Object |
parse(String lexicalForm)
Parse a lexical form of this datatype to a value
|
String |
unparse(Object value)
Convert a value of this datatype out
to lexical form.
|
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isValid, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isValid, isValidLiteral, isValidValue, normalizeSubTypepublic static final RDFDatatype rdfLangString
public boolean isEqual(LiteralLabel value1, LiteralLabel value2)
isEqual in interface RDFDatatypeisEqual in class BaseDatatypepublic Object parse(String lexicalForm)
BaseDatatypeparse in interface RDFDatatypeparse in class BaseDatatypepublic String unparse(Object value)
BaseDatatypeunparse in interface RDFDatatypeunparse in class BaseDatatypeLicenced under the Apache License, Version 2.0