| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
The RDF Model API
|
| org.eclipse.rdf4j.model.base |
Abstract base classes for RDF Model API interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Literal |
ValueFactory.createLiteral(BigDecimal bigDecimal)
Creates a new literal representing the specified bigDecimal that is typed as an xsd:Decimal.
|
Literal |
ValueFactory.createLiteral(BigInteger bigInteger)
Creates a new literal representing the specified bigInteger that is typed as an xsd:Integer.
|
Literal |
ValueFactory.createLiteral(boolean value)
Creates a new xsd:boolean-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(byte value)
Creates a new xsd:byte-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(Date date)
Creates a new literal representing the specified date that is typed using the appropriate XML Schema date/time
datatype.
|
Literal |
ValueFactory.createLiteral(double value)
Creates a new xsd:double-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(float value)
Creates a new xsd:float-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(int value)
Creates a new xsd:int-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(long value)
Creates a new xsd:long-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(short value)
Creates a new xsd:short-typed literal representing the specified value.
|
Literal |
ValueFactory.createLiteral(String label)
Creates a new literal with the supplied label.
|
Literal |
ValueFactory.createLiteral(String label,
IRI datatype)
Creates a new literal with the supplied label and datatype.
|
Literal |
ValueFactory.createLiteral(String label,
String language)
Creates a new literal with the supplied label and language attribute.
|
default Literal |
ValueFactory.createLiteral(String label,
URI datatype)
Deprecated.
Use
ValueFactory.createLiteral(String, IRI) instead. |
default Literal |
ValueFactory.createLiteral(java.time.temporal.TemporalAccessor value)
Creates a new literal representing a temporal accessor value.
|
default Literal |
ValueFactory.createLiteral(java.time.temporal.TemporalAmount value)
Creates a new literal representing a temporal amount value.
|
Literal |
ValueFactory.createLiteral(XMLGregorianCalendar calendar)
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema
date/time datatype.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLiteral
Base class for
Literal, offering common functionality. |
| Modifier and Type | Method and Description |
|---|---|
Literal |
AbstractValueFactory.createLiteral(BigDecimal bigDecimal) |
Literal |
AbstractValueFactory.createLiteral(BigInteger bigInteger) |
Literal |
AbstractValueFactory.createLiteral(boolean value) |
Literal |
AbstractValueFactory.createLiteral(byte value) |
Literal |
AbstractValueFactory.createLiteral(Date date) |
Literal |
AbstractValueFactory.createLiteral(double value) |
Literal |
AbstractValueFactory.createLiteral(float value) |
Literal |
AbstractValueFactory.createLiteral(int value) |
Literal |
AbstractValueFactory.createLiteral(long value) |
Literal |
AbstractValueFactory.createLiteral(short value) |
Literal |
AbstractValueFactory.createLiteral(String label) |
Literal |
AbstractValueFactory.createLiteral(String label,
IRI datatype) |
Literal |
AbstractValueFactory.createLiteral(String label,
String language) |
Literal |
AbstractValueFactory.createLiteral(java.time.temporal.TemporalAccessor value) |
Literal |
AbstractValueFactory.createLiteral(java.time.temporal.TemporalAmount value) |
Literal |
AbstractValueFactory.createLiteral(XMLGregorianCalendar calendar) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.