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