| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.util.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| SlotKinds.SlotKind | TypeImpl. getComponentSlotKind() | 
| SlotKinds.SlotKind | TypeImpl_array. getComponentSlotKind()Component Slot Kind | 
| SlotKinds.SlotKind | FeatureImpl. getSlotKind() | 
| static SlotKinds.SlotKind | SlotKinds.SlotKind. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | 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 access | 
| void | FeatureStructureImplC. _setIntLikeValue(SlotKinds.SlotKind slotKind,
                FeatureImpl fi,
                int v)Internal Use only | 
| void | FeatureStructureImplC. _setIntLikeValueNcNj(SlotKinds.SlotKind slotKind,
                    FeatureImpl fi,
                    int v)Internal Use only - no feature check, no journaling | 
| Constructor and Description | 
|---|
| TypeImpl_array(String name,
              TypeImpl componentType,
              TypeSystemImpl tsi,
              TypeImpl supertype,
              SlotKinds.SlotKind componentSlotKind,
              boolean isHeapStoredArray,
              Class<?> javaClass) | 
| Constructor and Description | 
|---|
| AllStatDetails(String aggrName,
              SlotKinds.SlotKind... kinds) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.