Class ReferenceValueImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String mTargetId  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceValueImpl​(java.lang.String aTargetId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • mTargetId

        private java.lang.String mTargetId
    • 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