Uses of Class
org.apache.uima.cas.impl.TypeImpl
-
Packages that use TypeImpl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeImpl in org.apache.uima.cas.impl
Subclasses of TypeImpl in org.apache.uima.cas.impl Modifier and Type Class Description classStringTypeImplClass comment for StringTypeImpl.java goes here.Fields in org.apache.uima.cas.impl declared as TypeImpl Modifier and Type Field Description TypeImplTypeSystemImpl. booleanTypeTypeImplTypeSystemImpl. byteTypeTypeImplTypeSystemImpl. doubleTypeTypeImplTypeSystemImpl. floatTypeTypeImplTypeSystemImpl. intTypeTypeImplTypeSystemImpl. longTypeTypeImplTypeSystemImpl. shortTypeTypeImplTypeSystemImpl. sofaTypeTypeImplTypeSystemImpl. stringTypeFields in org.apache.uima.cas.impl with type parameters of type TypeImpl Modifier and Type Field Description static java.util.Comparator<TypeImpl>CasSerializerSupport. COMPARATOR_SHORT_TYPENAMEComparator that just uses short name Public for access by JsonCasSerializer where it's needed for a binary search https://issues.apache.org/jira/browse/UIMA-5171Methods in org.apache.uima.cas.impl that return TypeImpl Modifier and Type Method Description TypeImpl[]CasSerializerSupport.CasDocSerializer. getSortedUsedTypes()Methods in org.apache.uima.cas.impl with parameters of type TypeImpl Modifier and Type Method Description voidFSClassRegistry. addGeneratorForType(TypeImpl type, FSGenerator<?> fsFactory)No longer used, but left in for backward compatibility with older JCasgen'd classesintTypeImpl. compareTo(TypeImpl t)Note: you can only compare types from the same type system.
-