Uses of Class
org.eclipse.rdf4j.model.vocabulary.XSD.Datatype
-
Packages that use XSD.Datatype Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.model.vocabulary Re-usable constants for various well-known RDF vocabularies. -
-
Uses of XSD.Datatype in org.eclipse.rdf4j.model.impl
Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type XSD.Datatype Modifier and Type Method Description java.util.Optional<XSD.Datatype>
SimpleLiteral. getXsdDatatype()
Deprecated, for removal: This API element is subject to removal in a future version.UseSimpleLiteral.getCoreDatatype()
instead.Methods in org.eclipse.rdf4j.model.impl with parameters of type XSD.Datatype Modifier and Type Method Description protected Literal
SimpleValueFactory. createFPLiteral(java.lang.Number value, XSD.Datatype datatype)
protected Literal
SimpleValueFactory. createIntegerLiteral(java.lang.Number value, XSD.Datatype datatype)
protected Literal
SimpleValueFactory. createNumericLiteral(java.lang.Number number, XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
SimpleLiteral. setDatatype(XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.model.impl with parameters of type XSD.Datatype Constructor Description DecimalLiteral(java.math.BigDecimal value, XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version.IntegerLiteral(java.math.BigInteger value, XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version.NumericLiteral(java.lang.Number number, XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version.SimpleLiteral(java.lang.String label, XSD.Datatype datatype)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of XSD.Datatype in org.eclipse.rdf4j.model.util
Methods in org.eclipse.rdf4j.model.util that return types with arguments of type XSD.Datatype Modifier and Type Method Description static java.util.Optional<XSD.Datatype>
Literals. getXsdDatatype(Literal l)
Deprecated, for removal: This API element is subject to removal in a future version.UseLiteral.getCoreDatatype()
instead.Methods in org.eclipse.rdf4j.model.util with parameters of type XSD.Datatype Modifier and Type Method Description private int
LexicalValueComparator. compareDatatypes(XSD.Datatype leftDatatype, XSD.Datatype rightDatatype)
-
Uses of XSD.Datatype in org.eclipse.rdf4j.model.vocabulary
Fields in org.eclipse.rdf4j.model.vocabulary with type parameters of type XSD.Datatype Modifier and Type Field Description private static java.util.Map<IRI,java.util.Optional<XSD.Datatype>>
XSD.Datatype. reverseLookup
private static java.util.Map<CoreDatatype.XSD,java.util.Optional<XSD.Datatype>>
XSD.Datatype. reverseLookupXSDDatatype
Methods in org.eclipse.rdf4j.model.vocabulary that return XSD.Datatype Modifier and Type Method Description static XSD.Datatype
XSD.Datatype. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XSD.Datatype[]
XSD.Datatype. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.model.vocabulary that return types with arguments of type XSD.Datatype Modifier and Type Method Description static java.util.Optional<XSD.Datatype>
XSD.Datatype. from(CoreDatatype.XSD datatype)
static java.util.Optional<XSD.Datatype>
XSD.Datatype. from(IRI datatype)
-