SimpleLiteral
for extending, and instantiate using a ValueFactory
.@Deprecated public class LiteralImpl extends SimpleLiteral
Constructor and Description |
---|
LiteralImpl(String label)
Deprecated.
since 2.0. Use
ValueFactory.createLiteral(String) instead. |
LiteralImpl(String label,
String language)
Deprecated.
since 2.0. Use
ValueFactory.createLiteral(String, String) instead. |
LiteralImpl(String label,
URI datatype)
Deprecated.
since 2.0. Use
ValueFactory.createLiteral(String, IRI) instead. |
booleanValue, byteValue, calendarValue, decimalValue, doubleValue, equals, floatValue, getDatatype, getLabel, getLanguage, getXsdDatatype, hashCode, integerValue, intValue, longValue, setDatatype, setDatatype, setLabel, setLanguage, shortValue, stringValue, toString
temporalAccessorValue, temporalAmountValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isBNode, isIRI, isResource, isTriple
@Deprecated public LiteralImpl(String label)
ValueFactory.createLiteral(String)
instead.@Deprecated public LiteralImpl(String label, String language)
ValueFactory.createLiteral(String, String)
instead.@Deprecated public LiteralImpl(String label, URI datatype)
ValueFactory.createLiteral(String, IRI)
instead.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.