Uses of Class
com.hp.hpl.jena.sparql.expr.ValueSpaceClassification

Packages that use ValueSpaceClassification
com.hp.hpl.jena.sparql.expr   
 

Uses of ValueSpaceClassification in com.hp.hpl.jena.sparql.expr
 

Methods in com.hp.hpl.jena.sparql.expr that return ValueSpaceClassification
static ValueSpaceClassification NodeValue.classifyValueOp(NodeValue nv1, NodeValue nv2)
           
 ValueSpaceClassification NodeValue.getValueSpace()
           
static ValueSpaceClassification ValueSpaceClassification.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueSpaceClassification[] ValueSpaceClassification.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