Uses of Class
org.apache.jena.shex.expressions.NumRangeKind
-
Packages that use NumRangeKind Package Description org.apache.jena.shex.expressions -
-
Uses of NumRangeKind in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return NumRangeKind Modifier and Type Method Description static NumRangeKindNumRangeKind. create(java.lang.String strlength)static NumRangeKindNumRangeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumRangeKind[]NumRangeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jena.shex.expressions with parameters of type NumRangeKind Constructor Description NumRangeConstraint(NumRangeKind rangeKind, Node value)
-