Interface DerivedByRemovalFrom

    • Method Detail

      • getNewDictionary

        QualifiedName getNewDictionary()
        Get an identifier for the dictionary after the deletion
        Returns:
        a QualifiedName
        See Also:
        Removal After
      • getOldDictionary

        QualifiedName getOldDictionary()
        Get an identifier for the dictionary before the deletion
        Returns:
        a QualifiedName
        See Also:
        Removal Before
      • setNewDictionary

        void setNewDictionary​(QualifiedName after)
        Set an identifier for the dictionary after the deletion.
        Parameters:
        after - QualifiedName of the dictionary after the deletion
        See Also:
        Removal After
      • setOldDictionary

        void setOldDictionary​(QualifiedName before)
        Set an identifier for the dictionary before the deletion.
        Parameters:
        before - QualifiedName of the dictionary before the deletion
        See Also:
        Removal Before