Uses of Interface
org.apache.uima.cas_data.FeatureValue

Packages that use FeatureValue
org.apache.uima.cas_data   
 

Uses of FeatureValue in org.apache.uima.cas_data
 

Subinterfaces of FeatureValue in org.apache.uima.cas_data
 interface PrimitiveValue
          Represents a primitive feature value - a string, integer, or float.
 interface ReferenceValue
          A FeatureValue that represents a reference, via ID, to another FeatureStructure.
 

Methods in org.apache.uima.cas_data that return FeatureValue
 FeatureValue FeatureStructure.getFeatureValue(String aName)
          Gets the value of a feature
 

Methods in org.apache.uima.cas_data with parameters of type FeatureValue
 void FeatureStructure.setFeatureValue(String aName, FeatureValue aValue)
          Sets the value of a feature
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.