Uses of Class
org.apache.jena.shex.expressions.StrLengthKind
-
Packages that use StrLengthKind Package Description org.apache.jena.shex.expressions -
-
Uses of StrLengthKind in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return StrLengthKind Modifier and Type Method Description static StrLengthKindStrLengthKind. create(java.lang.String strlength)StrLengthKindStrLengthConstraint. getLengthType()static StrLengthKindStrLengthKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StrLengthKind[]StrLengthKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.shex.expressions with parameters of type StrLengthKind Modifier and Type Method Description static StrLengthConstraintStrLengthConstraint. create(StrLengthKind lengthType, int len)
-