Uses of Class
org.eclipse.rdf4j.model.vocabulary.XSD.Datatype
-
-
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.DatatypeXSD.Datatype. valueOf(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 Optional<XSD.Datatype>XSD.Datatype. from(CoreDatatype.XSD datatype)static Optional<XSD.Datatype>XSD.Datatype. from(IRI datatype)
-