Uses of Enum Class
org.apache.jena.shex.expressions.NumRangeKind
Packages that use NumRangeKind
-
Uses of NumRangeKind in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return NumRangeKindModifier and TypeMethodDescriptionstatic NumRangeKindNumRangeConstraint.getRangeKind()static NumRangeKindReturns the enum constant of this class with the specified name.static NumRangeKind[]NumRangeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.jena.shex.expressions with parameters of type NumRangeKindModifierConstructorDescriptionNumRangeConstraint(NumRangeKind rangeKind, org.apache.jena.graph.Node value)