Uses of Class
org.eclipse.rdf4j.model.base.CoreDatatype.XSD
-
Packages that use CoreDatatype.XSD Package Description org.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of CoreDatatype.XSD in org.eclipse.rdf4j.model.base
Methods in org.eclipse.rdf4j.model.base that return CoreDatatype.XSD Modifier and Type Method Description default CoreDatatype.XSDCoreDatatype. asXSDDatatypeOrNull()static CoreDatatype.XSDCoreDatatype.XSD. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreDatatype.XSD[]CoreDatatype.XSD. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.model.base that return types with arguments of type CoreDatatype.XSD Modifier and Type Method Description default Optional<CoreDatatype.XSD>CoreDatatype. asXSDDatatype()Optional<CoreDatatype.XSD>CoreDatatype.XSD. asXSDDatatype()
-