Uses of Enum Class
org.apache.jena.shex.expressions.StrLengthKind
Packages that use StrLengthKind
-
Uses of StrLengthKind in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return StrLengthKindModifier and TypeMethodDescriptionstatic StrLengthKindStrLengthConstraint.getLengthType()static StrLengthKindReturns the enum constant of this class with the specified name.static StrLengthKind[]StrLengthKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.shex.expressions with parameters of type StrLengthKindModifier and TypeMethodDescriptionstatic StrLengthConstraintStrLengthConstraint.create(StrLengthKind lengthType, int len)