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(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,
String language) |
Creates a new literal with the supplied label and language attribute.
|
Literal |
ValueFactory.createLiteral(String label,
CoreDatatype datatype) |
Creates a new literal with the supplied label and datatype.
|
Literal |
ValueFactory.createLiteral(String label,
IRI datatype) |
Creates a new literal with the supplied label and datatype.
|
Literal |
ValueFactory.createLiteral(String label,
IRI datatype,
CoreDatatype coreDatatype) |
Creates a new literal with the supplied label and datatype.
|
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.
|
default Literal |
ValueFactory.createLiteral(TemporalAccessor value) |
Creates a new literal representing a temporal accessor value.
|
default Literal |
ValueFactory.createLiteral(TemporalAmount value) |
Creates a new literal representing a temporal amount 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(XMLGregorianCalendar calendar) |
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema
date/time datatype.
|