Uses of Class
com.apicatalog.rdf.model.RdfLiteral.Direction
-
Packages that use RdfLiteral.Direction Package Description com.apicatalog.rdf.model com.apicatalog.rdf.primitive -
-
Uses of RdfLiteral.Direction in com.apicatalog.rdf.model
Methods in com.apicatalog.rdf.model that return RdfLiteral.Direction Modifier and Type Method Description static RdfLiteral.DirectionRdfLiteral.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RdfLiteral.Direction[]RdfLiteral.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.apicatalog.rdf.model that return types with arguments of type RdfLiteral.Direction Modifier and Type Method Description java.util.Optional<RdfLiteral.Direction>RdfLiteral. direction()Returns the direction of the literal, which can be either left-to-right (LTR) or right-to-left (RTL).Methods in com.apicatalog.rdf.model with parameters of type RdfLiteral.Direction Modifier and Type Method Description RdfLiteralRdfTermFactory. createLangString(java.lang.String lexicalValue, java.lang.String datatype, java.lang.String langTag, RdfLiteral.Direction direction)Creates an RDF language-tagged string with the specified lexical value, datatype, and language tag. -
Uses of RdfLiteral.Direction in com.apicatalog.rdf.primitive
Fields in com.apicatalog.rdf.primitive declared as RdfLiteral.Direction Modifier and Type Field Description (package private) RdfLiteral.DirectionLangString. directionMethods in com.apicatalog.rdf.primitive that return types with arguments of type RdfLiteral.Direction Modifier and Type Method Description java.util.Optional<RdfLiteral.Direction>LangString. direction()java.util.Optional<RdfLiteral.Direction>Literal. direction()Methods in com.apicatalog.rdf.primitive with parameters of type RdfLiteral.Direction Modifier and Type Method Description RdfLiteralTermHashMap. createLangString(java.lang.String lexicalValue, java.lang.String datatype, java.lang.String langTag, RdfLiteral.Direction direction)static LangStringLangString. of(java.lang.String lexicalValue, java.lang.String datatype, java.lang.String langTag, RdfLiteral.Direction direction)Factory method to create aLangStringwith the specified lexical value, datatype, language tag, and direction.Constructors in com.apicatalog.rdf.primitive with parameters of type RdfLiteral.Direction Constructor Description LangString(java.lang.String lexicalValue, java.lang.String datatype, java.lang.String langTag, RdfLiteral.Direction direction)
-