Interface IXdtoRefactoringService


  • public interface IXdtoRefactoringService
    The service for Xdto model refactoring.
    • Method Detail

      • createXdtoElementRenameRefactoring

        IRefactoring createXdtoElementRenameRefactoring​(org.eclipse.emf.ecore.EObject object,
                                                        String newName)
        Creates refactoring instance for Xdto model object renaming.
        Parameters:
        object - the Type, Property or Package object to rename, cannot be null.
        newName - the new name, cannot be null or empty.
        Returns:
        refactoring instance, never null.
        Throws:
        IllegalArgumentException - if the specified object is not an instance of Type, Property or Package.