Uses of Enum Class
org.apache.jena.sparql.expr.ValueSpace
-
Uses of ValueSpace in org.apache.jena.sparql.expr
Modifier 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) Modifier and TypeMethodDescriptionstatic int
ValueSpace.comparisonOrder
(ValueSpace vs1, ValueSpace vs2) This is notEnum.compareTo(E)
.