Uses of Enum Class
org.apache.uima.cas.impl.SlotKinds.SlotKind
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of SlotKinds.SlotKind in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionTypeImpl_array.getComponentSlotKind()
Component Slot KindTypeImpl.getComponentSlotKind()
FeatureImpl.getSlotKind()
static SlotKinds.SlotKind
Returns the enum constant of this class with the specified name.static SlotKinds.SlotKind[]
SlotKinds.SlotKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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 journalingModifierConstructorDescriptionTypeImpl_array
(String name, TypeImpl componentType, TypeSystemImpl tsi, TypeImpl supertype, SlotKinds.SlotKind componentSlotKind, boolean isHeapStoredArray, Class<?> javaClass) -
Uses of SlotKinds.SlotKind in org.apache.uima.util.impl