Interface ExtractSource
@OpenApiAll
public interface ExtractSource
Represents the source model end of the extract refactoring.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
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.
-