Uses of Class
org.apache.jena.shex.expressions.NumLengthKind
-
Packages that use NumLengthKind Package Description org.apache.jena.shex.expressions -
-
Uses of NumLengthKind in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return NumLengthKind Modifier and Type Method Description static NumLengthKindNumLengthKind. create(java.lang.String str)static NumLengthKindNumLengthKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumLengthKind[]NumLengthKind. 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 NumLengthKind Constructor Description NumLengthConstraint(NumLengthKind lengthType, int len)
-