Uses of Enum Class
org.apache.jena.sparql.expr.ValueSpace
Packages that use ValueSpace
-
Uses of ValueSpace in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr that return ValueSpaceModifier and TypeMethodDescriptionstatic ValueSpace
NodeValue.classifyValueOp
(NodeValue nv1, NodeValue nv2) NodeValue.getValueSpace()
static ValueSpace
Returns the enum constant of this class with the specified name.static ValueSpace[]
ValueSpace.values()
Returns an array containing the constants of this enum class, in the order they are declared.static ValueSpace
ValueSpace.valueSpace
(NodeValue nv) Methods in org.apache.jena.sparql.expr with parameters of type ValueSpaceModifier and TypeMethodDescriptionstatic int
ValueSpace.comparisonOrder
(ValueSpace vs1, ValueSpace vs2) This is notEnum.compareTo(E)
.