public interface FeatureValue extends Serializable
PrimitiveValue (string, integer, float)ReferenceValue (reference, via ID, to another feature structure)
 Note that arrays are represented as FeatureStructures, not primitive values. Therefore features
 with array values will be of type ReferenceValue, where the reference will resolve to an
 instance of PrimitiveArrayFS or ReferenceArrayFS.
| Modifier and Type | Method and Description | 
|---|---|
| Object | get()Gets the feature value as a Java object. | 
Object get()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.