Uses of Class
org.apache.uima.cas.impl.TypeImpl
Packages that use TypeImpl
Package
Description
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.implModifier and TypeClassDescriptionclass
Class comment for StringTypeImpl.java goes here.Fields in org.apache.uima.cas.impl declared as TypeImplModifier and TypeFieldDescriptionTypeSystemImpl.booleanType
TypeSystemImpl.byteType
TypeSystemImpl.doubleType
TypeSystemImpl.floatType
TypeSystemImpl.intType
TypeSystemImpl.longType
TypeSystemImpl.shortType
TypeSystemImpl.sofaType
TypeSystemImpl.stringType
Fields in org.apache.uima.cas.impl with type parameters of type TypeImplModifier and TypeFieldDescriptionstatic final Comparator<TypeImpl>
CasSerializerSupport.COMPARATOR_SHORT_TYPENAME
Comparator 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 TypeImplModifier and TypeMethodDescriptionTypeImpl[]
CasSerializerSupport.CasDocSerializer.getSortedUsedTypes()
Methods in org.apache.uima.cas.impl with parameters of type TypeImplModifier and TypeMethodDescriptionvoid
FSClassRegistry.addGeneratorForType
(TypeImpl type, FSGenerator<?> fsFactory) No longer used, but left in for backward compatibility with older JCasgen'd classesint
Note: you can only compare types from the same type system.