Uses of Enum Class
org.eclipse.rdf4j.model.Literal.BaseDirection
Packages that use Literal.BaseDirection
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Rio: The RDF4J parser/writer API.
Various
LanguageHandler implementations for processing language-tags.Lmdb implementations of the RDF Model interfaces.
MemoryStore-specific implementations of the core RDF model objects.
The Native Store.
Native implementations of the RDF Model interfaces.
-
Uses of Literal.BaseDirection in org.eclipse.rdf4j.model
Subclasses with type arguments of type Literal.BaseDirection in org.eclipse.rdf4j.modelMethods in org.eclipse.rdf4j.model that return Literal.BaseDirectionModifier and TypeMethodDescriptionstatic Literal.BaseDirectionLiteral.BaseDirection.fromString(String dir) default Literal.BaseDirectionLiteral.getBaseDirection()static Literal.BaseDirectionReturns the enum constant of this class with the specified name.static Literal.BaseDirection[]Literal.BaseDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.rdf4j.model with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionValueFactory.createLiteral(String label, String language, Literal.BaseDirection baseDirection) Creates a new literal with the supplied label and language attribute. -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.model.base
Methods in org.eclipse.rdf4j.model.base with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionAbstractValueFactory.createLiteral(String label, String language, Literal.BaseDirection baseDirection) -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.model.impl
Methods in org.eclipse.rdf4j.model.impl that return Literal.BaseDirectionMethods in org.eclipse.rdf4j.model.impl with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionSimpleValueFactory.createLiteral(String value, String language, Literal.BaseDirection baseDirection) ValidatingValueFactory.createLiteral(String label, String language, Literal.BaseDirection baseDirection) protected voidSimpleLiteral.setBaseDirection(Literal.BaseDirection baseDirection) Constructors in org.eclipse.rdf4j.model.impl with parameters of type Literal.BaseDirectionModifierConstructorDescriptionprotectedSimpleLiteral(String label, String language, Literal.BaseDirection baseDirection) -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionLanguageHandler.normalizeLanguage(String literalValue, String languageTag, Literal.BaseDirection baseDir, ValueFactory valueFactory) Normalize both the language tag and the language if appropriate, and use the given value factory to generate a literal matching the literal value and language tag. -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.rio.languages
Methods in org.eclipse.rdf4j.rio.languages with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionBCP47LanguageHandler.normalizeLanguage(String literalValue, String languageTag, Literal.BaseDirection baseDir, ValueFactory valueFactory) RFC3066LanguageHandler.normalizeLanguage(String literalValue, String languageTag, Literal.BaseDirection baseDir, ValueFactory valueFactory) -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.sail.lmdb.model
Methods in org.eclipse.rdf4j.sail.lmdb.model that return Literal.BaseDirectionConstructors in org.eclipse.rdf4j.sail.lmdb.model with parameters of type Literal.BaseDirectionModifierConstructorDescriptionLmdbLiteral(ValueStoreRevision revision, String label, String lang, Literal.BaseDirection baseDirection) LmdbLiteral(ValueStoreRevision revision, String label, String language, Literal.BaseDirection baseDirection, long internalID) -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.sail.memory.model
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionMemValueFactory.createLiteral(String value, String language, Literal.BaseDirection baseDirection) Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type Literal.BaseDirectionModifierConstructorDescriptionMemLiteral(Object creator, String label, String lang, Literal.BaseDirection baseDirection) Creates a new Literal which will get the supplied label, language code, and base direction. -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type Literal.BaseDirectionModifier and TypeMethodDescriptionValueStore.createLiteral(String value, String language, Literal.BaseDirection baseDirection) -
Uses of Literal.BaseDirection in org.eclipse.rdf4j.sail.nativerdf.model
Constructors in org.eclipse.rdf4j.sail.nativerdf.model with parameters of type Literal.BaseDirectionModifierConstructorDescriptionNativeLiteral(ValueStoreRevision revision, String label, String lang, Literal.BaseDirection baseDirection) NativeLiteral(ValueStoreRevision revision, String label, String lang, Literal.BaseDirection baseDirection, int internalID)