Uses of Class
com.hp.hpl.jena.sparql.expr.nodevalue.NumericType

Packages that use NumericType
com.hp.hpl.jena.sparql.expr.nodevalue   
 

Uses of NumericType in com.hp.hpl.jena.sparql.expr.nodevalue
 

Methods in com.hp.hpl.jena.sparql.expr.nodevalue that return NumericType
static NumericType XSDFuncOp.classifyNumeric(String fName, NodeValue nv)
           
static NumericType XSDFuncOp.classifyNumeric(String fName, NodeValue nv1, NodeValue nv2)
           
static NumericType NumericType.valueOf(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.
 



Licenced under the Apache License, Version 2.0