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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
Gets the feature value as a Java object.Gets the ID of the target FeatureStructure.void
setTargetId
(String aId) Sets the ID of the target FeatureStructure.toString()
-
Constructor Details
-
ReferenceValueImpl
-
-
Method Details
-
getTargetId
Description copied from interface:ReferenceValue
Gets the ID of the target FeatureStructure.- Specified by:
getTargetId
in interfaceReferenceValue
- Returns:
- The ID of the target FeatureStructure
-
setTargetId
Description copied from interface:ReferenceValue
Sets the ID of the target FeatureStructure.- Specified by:
setTargetId
in interfaceReferenceValue
- Parameters:
aId
- The ID of the target FeatureStructure
-
get
Description copied from interface:FeatureValue
Gets the feature value as a Java object.- Specified by:
get
in interfaceFeatureValue
- Returns:
- the feature value.
-
toString
-