Class ReferenceValueImpl

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

public class ReferenceValueImpl extends Object implements ReferenceValue
See Also:
  • Constructor Details

    • ReferenceValueImpl

      public ReferenceValueImpl(String aTargetId)
  • Method Details

    • getTargetId

      public 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(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 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 String toString()
      Overrides:
      toString in class Object