org.apache.uima.cas_data.impl
Class ReferenceValueImpl

java.lang.Object
  extended by org.apache.uima.cas_data.impl.ReferenceValueImpl
All Implemented Interfaces:
java.io.Serializable, FeatureValue, ReferenceValue

public class ReferenceValueImpl
extends java.lang.Object
implements ReferenceValue

See Also:
Serialized Form

Constructor Summary
ReferenceValueImpl(java.lang.String aTargetId)
           
 
Method Summary
 java.lang.Object get()
          Gets the feature value as a Java object.
 java.lang.String getTargetId()
          Gets the ID of the target FeatureStructure.
 void setTargetId(java.lang.String aId)
          Sets the ID of the target FeatureStructure.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceValueImpl

public ReferenceValueImpl(java.lang.String aTargetId)
Method Detail

getTargetId

public java.lang.String getTargetId()
Description copied from interface: ReferenceValue
Gets the ID of the target FeatureStructure.

Specified by:
getTargetId in interface ReferenceValue
Returns:
The ID of the target FeatureStructure

setTargetId

public void setTargetId(java.lang.String aId)
Description copied from interface: ReferenceValue
Sets the ID of the target FeatureStructure.

Specified by:
setTargetId in interface ReferenceValue
Parameters:
aId - The ID of the target FeatureStructure

get

public java.lang.Object get()
Description copied from interface: FeatureValue
Gets the feature value as a Java object.

Specified by:
get in interface FeatureValue
Returns:
the feature value.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012. All Rights Reserved.