Uses of Class
org.apache.uima.cas.impl.TypeSystemUtils.PathValid
-
Packages that use TypeSystemUtils.PathValid Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeSystemUtils.PathValid in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return TypeSystemUtils.PathValid Modifier and Type Method Description static TypeSystemUtils.PathValid
TypeSystemUtils. isPathValid(Type type, java.util.List<java.lang.String> path)
Checks if a feature path is valid for a given type.static TypeSystemUtils.PathValid
TypeSystemUtils.PathValid. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeSystemUtils.PathValid[]
TypeSystemUtils.PathValid. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-