Uses of Class
org.eclipse.rdf4j.model.vocabulary.XSD.Datatype
-
Packages that use XSD.Datatype Package Description org.eclipse.rdf4j.model.vocabulary Re-usable constants for various well-known RDF vocabularies. -
-
Uses of XSD.Datatype in org.eclipse.rdf4j.model.vocabulary
Methods in org.eclipse.rdf4j.model.vocabulary that return XSD.Datatype Modifier and Type Method Description static XSD.Datatype
XSD.Datatype. valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static XSD.Datatype[]
XSD.Datatype. values()
Deprecated, for removal: This API element is subject to removal in a future version.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 Optional<XSD.Datatype>
XSD.Datatype. from(CoreDatatype.XSD datatype)
Deprecated, for removal: This API element is subject to removal in a future version.static Optional<XSD.Datatype>
XSD.Datatype. from(IRI datatype)
Deprecated, for removal: This API element is subject to removal in a future version.
-