Uses of Enum Class
org.apache.jena.graph.TextDirection
Packages that use TextDirection
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
-
Uses of TextDirection in org.apache.jena.graph
Fields in org.apache.jena.graph declared as TextDirectionModifier and TypeFieldDescriptionstatic final TextDirectionNode.noTextDirectionThe TextDirection used when a literal does not have an base direction setting.Methods in org.apache.jena.graph that return TextDirectionModifier and TypeMethodDescriptionstatic TextDirectionTextDirection for a valid label ('ltr or 'rtl').static TextDirectionTextDirection.createOrNull(String label) TextDirection for a valid label ('ltr or 'rtl').final TextDirectionNode_Literal.getLiteralBaseDirection()Node.getLiteralBaseDirection()Return the base direction for a literal.static TextDirectionReturns the enum constant of this class with the specified name.static TextDirection[]TextDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.graph with parameters of type TextDirectionModifier and TypeMethodDescriptionstatic NodeNodeFactory.createLiteral(String lex, String lang, TextDirection textDir, RDFDatatype dtype) Build a literal node.static NodeNodeFactory.createLiteralDirLang(String string, String lang, TextDirection textDir) -
Uses of TextDirection in org.apache.jena.graph.impl
Methods in org.apache.jena.graph.impl that return TextDirectionModifier and TypeMethodDescriptionLiteralLabel.baseDirection()Answer the base direction associated with this literal (null if there's no base direction).Methods in org.apache.jena.graph.impl with parameters of type TextDirectionModifier and TypeMethodDescriptionstatic LiteralLabelLiteralLabelFactory.createDirLang(String lex, String lang, TextDirection textDir) Build a literal label from its lexical form,language tag and base directionstatic LiteralLabelLiteralLabelFactory.createLiteralLabel(String lex, String lang, TextDirection textDir, RDFDatatype dtype)