| Package | Description | 
|---|---|
| org.apache.uima.cas_data | |
| org.apache.uima.cas_data.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PrimitiveValueRepresents a primitive feature value - a string, integer, or float. | 
| interface  | ReferenceValueA FeatureValue that represents a reference, via ID, to another FeatureStructure. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValue | FeatureStructure. getFeatureValue(String aName)Gets the value of a feature | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FeatureStructure. setFeatureValue(String aName,
               FeatureValue aValue)Sets the value of a feature | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrimitiveValueImpl | 
| class  | ReferenceValueImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureValue | FeatureStructureImpl. getFeatureValue(String aFeatureName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FeatureStructureImpl. setFeatureValue(String aFeatureType,
               FeatureValue aValue) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.