Uses of Class
org.openrefine.wikibase.schema.validation.PathElement.Type
-
Packages that use PathElement.Type Package Description org.openrefine.wikibase.schema org.openrefine.wikibase.schema.validation -
-
Uses of PathElement.Type in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return PathElement.Type Modifier and Type Method Description PathElement.Type
WbNameDescExpr. getPathElementType()
-
Uses of PathElement.Type in org.openrefine.wikibase.schema.validation
Methods in org.openrefine.wikibase.schema.validation that return PathElement.Type Modifier and Type Method Description PathElement.Type
PathElement. getType()
static PathElement.Type
PathElement.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathElement.Type[]
PathElement.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openrefine.wikibase.schema.validation with parameters of type PathElement.Type Constructor Description PathElement(PathElement.Type type)
A PathElement in which there is a single element of the given type, so the ordinal number is not needed.PathElement(PathElement.Type type, int position)
Constructs a PathElement given by the type of element in which to recurse, and an ordinal number indicating which of the children of that type to follow.PathElement(PathElement.Type type, String name)
Constructs a PathElement given by the type of the element in which to recurse, as well as a string to identify which one (in case there are multiple ones).
-