Package org.apache.uima.cas_data
Interface PrimitiveValue
- All Superinterfaces:
FeatureValue
,Serializable
- All Known Implementing Classes:
PrimitiveValueImpl
Represents a primitive feature value - a string, integer, or float. Arrays are represented as
FeatureStructures, not as primitive values.
-
Method Summary
Methods inherited from interface org.apache.uima.cas_data.FeatureValue
get
-
Method Details