Class SuspendPartnershipCommand

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.contextmapper.dsl.refactoring.SemanticCMLRefactoring getRefactoring​(org.eclipse.lsp4j.ExecuteCommandParams params)
      Override this method to define the refactoring that shall be called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getRefactoring

        protected org.contextmapper.dsl.refactoring.SemanticCMLRefactoring getRefactoring​(org.eclipse.lsp4j.ExecuteCommandParams params)
        Description copied from class: AbstractRefactoringCommand
        Override this method to define the refactoring that shall be called.
        Specified by:
        getRefactoring in class AbstractRefactoringCommand