Uses of Enum
org.eclipse.rdf4j.model.Value.Type
Packages that use Value.Type
Package
Description
The RDF Model API
Native implementations of the RDF Model interfaces.
-
Uses of Value.Type in org.eclipse.rdf4j.model
Subclasses with type arguments of type Value.Type in org.eclipse.rdf4j.modelMethods in org.eclipse.rdf4j.model that return Value.TypeModifier and TypeMethodDescriptiondefault Value.TypeBNode.getType()default Value.TypeIRI.getType()default Value.TypeLiteral.getType()default Value.TypeTriple.getType()default Value.TypeValue.getType()static Value.TypeReturns the enum constant of this type with the specified name.static Value.Type[]Value.Type.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Value.Type in org.eclipse.rdf4j.sail.nativerdf.model
Methods in org.eclipse.rdf4j.sail.nativerdf.model that return Value.Type