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 class
StringTypeImpl
Class comment for StringTypeImpl.java goes here.Fields in org.apache.uima.cas.impl declared as TypeImpl Modifier and Type Field Description TypeImpl
TypeSystemImpl. booleanType
TypeImpl
TypeSystemImpl. byteType
TypeImpl
TypeSystemImpl. doubleType
TypeImpl
TypeSystemImpl. floatType
TypeImpl
TypeSystemImpl. intType
TypeImpl
TypeSystemImpl. longType
TypeImpl
TypeSystemImpl. shortType
TypeImpl
TypeSystemImpl. sofaType
TypeImpl
TypeSystemImpl. stringType
Fields in org.apache.uima.cas.impl with type parameters of type TypeImpl Modifier and Type Field Description static 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 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 void
FSClassRegistry. addGeneratorForType(TypeImpl type, FSGenerator<?> fsFactory)
No longer used, but left in for backward compatibility with older JCasgen'd classesint
TypeImpl. compareTo(TypeImpl t)
Note: you can only compare types from the same type system.
-