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