Uses of Enum
org.apache.uima.cas.impl.SlotKinds.SlotKind
Packages that use SlotKinds.SlotKind
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of SlotKinds.SlotKind in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as SlotKinds.SlotKindModifier and TypeFieldDescriptionfinal SlotKinds.SlotKind[]
TypeSystemImpl.TypeInfo.slotKinds
Array of slot kinds; index 0 is for 1st slot after feature code, length = number of slots excluding type codeMethods in org.apache.uima.cas.impl that return SlotKinds.SlotKindModifier and TypeMethodDescription(package private) SlotKinds.SlotKind
TypeSystemImpl.TypeInfo.getSlotKind
(int offset) static SlotKinds.SlotKind
Returns the enum constant of this type with the specified name.static SlotKinds.SlotKind[]
SlotKinds.SlotKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type SlotKinds.SlotKindModifier and TypeMethodDescriptionprivate DataInput
BinaryCasSerDes6.getInputStream
(SlotKinds.SlotKind kind) private void
BinaryCasSerDes6.readByKind
(int iHeap, int offset, SlotKinds.SlotKind kind, boolean storeIt) private int
BinaryCasSerDes6.readDiff
(SlotKinds.SlotKind kind, int prev) private void
BinaryCasSerDes6.readDiffWithPrevTypeSlot
(SlotKinds.SlotKind kind, int iHeap, int offset, boolean storeIt) private int
BinaryCasSerDes6.readIntoLongArray
(SlotKinds.SlotKind kind, int length, boolean storeIt) private long
BinaryCasSerDes6.readLongOrDouble
(SlotKinds.SlotKind kind, long prev) private void
BinaryCasSerDes6.serializeDiffWithPrevTypeSlot
(SlotKinds.SlotKind kind, int iHeap, int offset) private void
BinaryCasSerDes6.writeFromByteArray
(SlotKinds.SlotKind kind, int startPos, int length) private void
BinaryCasSerDes6.writeFromLongArray
(SlotKinds.SlotKind kind, int startPos, int length) -
Uses of SlotKinds.SlotKind in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKindModifier and TypeMethodDescription(package private) SerializationMeasures.StatDetail[]
SerializationMeasures.toStatDetails
(SlotKinds.SlotKind[] kinds) Constructors in org.apache.uima.util.impl with parameters of type SlotKinds.SlotKind