Uses of Class
org.apache.jena.sparql.expr.nodevalue.NumericType
-
Packages that use NumericType Package Description org.apache.jena.sparql.expr.nodevalue -
-
Uses of NumericType in org.apache.jena.sparql.expr.nodevalue
Methods in org.apache.jena.sparql.expr.nodevalue that return NumericType Modifier and Type Method Description static NumericTypeXSDFuncOp. classifyNumeric(java.lang.String fName, NodeValue nv)static NumericTypeXSDFuncOp. classifyNumeric(java.lang.String fName, NodeValue nv1, NodeValue nv2)static NumericTypeNumericType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumericType[]NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-