Package org.apache.uima.cas_data
Interface ReferenceValue
- All Superinterfaces:
FeatureValue
,Serializable
- All Known Implementing Classes:
ReferenceValueImpl
A FeatureValue that represents a reference, via ID, to another FeatureStructure.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ID of the target FeatureStructure.void
setTargetId
(String aId) Sets the ID of the target FeatureStructure.Methods inherited from interface org.apache.uima.cas_data.FeatureValue
get
-
Method Details
-
getTargetId
String getTargetId()Gets the ID of the target FeatureStructure.- Returns:
- The ID of the target FeatureStructure
-
setTargetId
Sets the ID of the target FeatureStructure.- Parameters:
aId
- The ID of the target FeatureStructure
-