Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Literal
-
Packages that use RDF_Literal Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_Literal in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_Literal Modifier and Type Method Description RDF_LiteralRDF_Literal. deepCopy()RDF_LiteralRDF_Term. getLiteral()RDF_LiteralRDF_Literal. setDatatype(java.lang.String datatype)RDF_LiteralRDF_Literal. setDtPrefix(RDF_PrefixName dtPrefix)RDF_LiteralRDF_Literal. setLangtag(java.lang.String langtag)RDF_LiteralRDF_Literal. setLex(java.lang.String lex)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_Literal Modifier and Type Method Description intRDF_Literal. compareTo(RDF_Literal other)booleanRDF_Literal. equals(RDF_Literal that)static RDF_TermRDF_Term. literal(RDF_Literal value)voidRDF_Term. setLiteral(RDF_Literal value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Literal Constructor Description RDF_Literal(RDF_Literal other)Performs a deep copy on other.
-