Uses of Class
org.apache.uima.cas.impl.TypeSystemUtils.TypeParse
-
Packages that use TypeSystemUtils.TypeParse Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeSystemUtils.TypeParse in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as TypeSystemUtils.TypeParse Modifier and Type Field Description private TypeSystemUtils.TypeParse
TypeSystemUtils.FeatureParse. type
Methods in org.apache.uima.cas.impl that return TypeSystemUtils.TypeParse Modifier and Type Method Description TypeSystemUtils.TypeParse
TypeSystemUtils.FeatureParse. getType()
Returns the type.Methods in org.apache.uima.cas.impl with parameters of type TypeSystemUtils.TypeParse Modifier and Type Method Description void
TypeSystemUtils.FeatureParse. setType(TypeSystemUtils.TypeParse type)
Sets the type.
-