Package org.apache.uima.cas_data
Interface ReferenceValue
-
- All Superinterfaces:
FeatureValue
,java.io.Serializable
- All Known Implementing Classes:
ReferenceValueImpl
public interface ReferenceValue extends FeatureValue
A FeatureValue that represents a reference, via ID, to another FeatureStructure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTargetId()
Gets the ID of the target FeatureStructure.void
setTargetId(java.lang.String aId)
Sets the ID of the target FeatureStructure.-
Methods inherited from interface org.apache.uima.cas_data.FeatureValue
get
-
-