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 TypeFieldDescriptionprivate final SlotKinds.SlotKind
TypeImpl_array.componentSlotKind
Component slot kindprivate final SlotKinds.SlotKind
FeatureImpl.slotKind
(package private) final SlotKinds.SlotKind
TypeImpl.slotKind
Fields in org.apache.uima.cas.impl with type parameters of type SlotKinds.SlotKindModifier and TypeFieldDescriptionprivate static final Map
<String, SlotKinds.SlotKind> TypeSystemImpl.slotKindsForNonArrays
Methods in org.apache.uima.cas.impl that return SlotKinds.SlotKindModifier and TypeMethodDescriptionTypeImpl_array.getComponentSlotKind()
Component Slot KindTypeImpl.getComponentSlotKind()
FeatureImpl.getSlotKind()
(package private) static SlotKinds.SlotKind
TypeSystemImpl.getSlotKindFromType
(Type rangeType) Given a range type, return the corresponding slot kind string -> Slot_StrRef, long and double -> ...Ref boolean, byte, int, short, float, -> withoutRefstatic 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 TypeMethodDescriptionint
FeatureStructureImplC._getIntLikeValue
(SlotKinds.SlotKind slotKind, FeatureImpl f) for compressed form 4 - for getting the prev value of int-like slots Uses unchecked forms for feature accessvoid
FeatureStructureImplC._setIntLikeValue
(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v) Internal Use onlyvoid
FeatureStructureImplC._setIntLikeValueNcNj
(SlotKinds.SlotKind slotKind, FeatureImpl fi, int v) Internal Use only - no feature check, no journaling(package private) TypeImpl_array
TypeSystemImpl.addArrayType
(Type componentType, SlotKinds.SlotKind slotKind, boolean isHeapStoredArray, Class<?> javaClass) Add an array type.private DataInput
BinaryCasSerDes4.Deserializer.getInputStream
(SlotKinds.SlotKind kind) private DataInput
BinaryCasSerDes6.getInputStream
(SlotKinds.SlotKind kind) private int
BinaryCasSerDes4.Deserializer.getPrevIntValue
(SlotKinds.SlotKind kind, FeatureImpl feat) Common code for feature offset and arrayprivate int
BinaryCasSerDes4.Deserializer.readDiff
(SlotKinds.SlotKind kind, int prev) private int
BinaryCasSerDes6.readDiff
(SlotKinds.SlotKind kind, int prev) private int
BinaryCasSerDes6.readDiffIntSlot
(boolean storeIt, int featOffset, SlotKinds.SlotKind kind, TypeImpl tgtType) private int
BinaryCasSerDes4.Deserializer.readDiffWithPrevTypeSlot
(SlotKinds.SlotKind kind, FeatureImpl feat) Difference with previously deserialized value of corresponding slot of previous FS for this type.private void
BinaryCasSerDes6.readIntoDoubleArray
(double[] array, SlotKinds.SlotKind kind, int length, boolean storeIt) private void
BinaryCasSerDes6.readIntoLongArray
(long[] array, SlotKinds.SlotKind kind, int length, boolean storeIt) private long
BinaryCasSerDes4.Deserializer.readLongOrDouble
(SlotKinds.SlotKind kind, long prev) private long
BinaryCasSerDes6.readLongOrDouble
(SlotKinds.SlotKind kind, long prev) private void
BinaryCasSerDes6.serializeDiffWithPrevTypeSlot
(SlotKinds.SlotKind kind, TOP fs, FeatureImpl feat, int newValue) Constructors in org.apache.uima.cas.impl with parameters of type SlotKinds.SlotKindModifierConstructorDescription(package private)
FeatureImpl
(TypeImpl typeImpl, String shortName, TypeImpl rangeType, TypeSystemImpl tsi, boolean isMultipleRefsAllowed, SlotKinds.SlotKind slotKind) TypeImpl_array
(String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, SlotKinds.SlotKind componentSlotKind, boolean isHeapStoredArray, Class<?> javaClass) -
Uses of SlotKinds.SlotKind in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd with parameters of type SlotKinds.SlotKind -
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