Interface ReferenceValue

  • All Superinterfaces:
    FeatureValue, java.io.Serializable
    All Known Implementing Classes:
    ReferenceValueImpl

    public interface ReferenceValue
    extends FeatureValue
    A FeatureValue that represents a reference, via ID, to another FeatureStructure.
    • Method Detail

      • getTargetId

        java.lang.String getTargetId()
        Gets the ID of the target FeatureStructure.
        Returns:
        The ID of the target FeatureStructure
      • setTargetId

        void setTargetId​(java.lang.String aId)
        Sets the ID of the target FeatureStructure.
        Parameters:
        aId - The ID of the target FeatureStructure