Uses of Class
org.eclipse.rdf4j.model.base.DefaultDatatype
-
Packages that use DefaultDatatype Package Description org.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of DefaultDatatype in org.eclipse.rdf4j.model.base
Methods in org.eclipse.rdf4j.model.base that return DefaultDatatype Modifier and Type Method Description static DefaultDatatype
DefaultDatatype. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultDatatype[]
DefaultDatatype. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-