Class ReferenceValueImpl

    • Constructor Detail

      • ReferenceValueImpl

        public ReferenceValueImpl​(String aTargetId)
    • Method Detail

      • 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.