Interface ReferenceValue

All Superinterfaces:
FeatureValue, Serializable
All Known Implementing Classes:
ReferenceValueImpl

public interface ReferenceValue extends FeatureValue
A FeatureValue that represents a reference, via ID, to another FeatureStructure.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ID of the target FeatureStructure.
    void
    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

      void setTargetId(String aId)
      Sets the ID of the target FeatureStructure.
      Parameters:
      aId - The ID of the target FeatureStructure