Package org.apache.uima.cas.impl
Class TypeSystemImpl.TypeInfo
java.lang.Object
org.apache.uima.cas.impl.TypeSystemImpl.TypeInfo
- Enclosing class:
TypeSystemImpl
Each instance holds info needed in binary serialization
of data for a particular type
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final boolean
final SlotKinds.SlotKind[]
Array of slot kinds; index 0 is for 1st slot after feature code, length = number of slots excluding type codefinal int[]
final TypeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) SlotKinds.SlotKind
getSlotKind
(int offset) toString()
-
Field Details
-
type
-
slotKinds
Array of slot kinds; index 0 is for 1st slot after feature code, length = number of slots excluding type code -
strRefOffsets
public final int[] strRefOffsets -
isArray
public final boolean isArray -
isHeapStoredArray
public final boolean isHeapStoredArray
-
-
Constructor Details
-
TypeInfo
-
-
Method Details