Package org.apache.uima.cas_data.impl
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceValueImpl(String aTargetId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget()Gets the feature value as a Java object.StringgetTargetId()Gets the ID of the target FeatureStructure.voidsetTargetId(String aId)Sets the ID of the target FeatureStructure.StringtoString()
-
-
-
Constructor Detail
-
ReferenceValueImpl
public ReferenceValueImpl(String aTargetId)
-
-
Method Detail
-
getTargetId
public String getTargetId()
Description copied from interface:ReferenceValueGets the ID of the target FeatureStructure.- Specified by:
getTargetIdin interfaceReferenceValue- Returns:
- The ID of the target FeatureStructure
-
setTargetId
public void setTargetId(String aId)
Description copied from interface:ReferenceValueSets the ID of the target FeatureStructure.- Specified by:
setTargetIdin interfaceReferenceValue- Parameters:
aId- The ID of the target FeatureStructure
-
get
public Object get()
Description copied from interface:FeatureValueGets the feature value as a Java object.- Specified by:
getin interfaceFeatureValue- Returns:
- the feature value.
-
-