org.apache.uima.cas_data
Interface ReferenceValue

All Superinterfaces:
FeatureValue, Serializable

public interface ReferenceValue
extends FeatureValue

A FeatureValue that represents a reference, via ID, to another FeatureStructure.


Method Summary
 String getTargetId()
          Gets 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 Detail

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


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