Class StringCast
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
-
- org.eclipse.rdf4j.query.algebra.evaluation.function.StringCast
-
- All Implemented Interfaces:
Function
@Deprecated public class StringCast extends StringCast
Deprecated.useStringCast
insteadAFunction
that tries to cast its argument to an xsd:string.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description StringCast()
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
convert, evaluate, getXsdDatatype, isValidForDatatype
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
getURI, getXsdName, typeError
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
evaluate, mustReturnDifferentResult
-
-