Interface ExtractSource


@OpenApiAll public interface ExtractSource
Represents the source model end of the extract refactoring.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets element which was created in the extract refactor source after refactoring.
    void
    setElementName(String elementName)
    Sets name of the element which will be created in the extract refactor source.
  • Method Details

    • setElementName

      void setElementName(String elementName)
      Sets name of the element which will be created in the extract refactor source.
      Parameters:
      elementName - name of the extract refactor source.
    • getElement

      Element getElement()
      Gets element which was created in the extract refactor source after refactoring.
      Returns:
      refactored element in the source if called after refactoring, null if called before refactoring.