Uses of Class
org.eclipse.rdf4j.model.base.CoreDatatype.RDF
-
Packages that use CoreDatatype.RDF Package Description org.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of CoreDatatype.RDF in org.eclipse.rdf4j.model.base
Methods in org.eclipse.rdf4j.model.base that return CoreDatatype.RDF Modifier and Type Method Description default CoreDatatype.RDF
CoreDatatype. asRDFDatatypeOrNull()
static CoreDatatype.RDF
CoreDatatype.RDF. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreDatatype.RDF[]
CoreDatatype.RDF. 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.RDF Modifier and Type Method Description default Optional<CoreDatatype.RDF>
CoreDatatype. asRDFDatatype()
Optional<CoreDatatype.RDF>
CoreDatatype.RDF. asRDFDatatype()
-