| |
|
| org.acm.seguin.refactor.field.FieldRefactoring org.acm.seguin.refactor.field.RenameFieldRefactoring
RenameFieldRefactoring | public class RenameFieldRefactoring extends FieldRefactoring (Code) | | Renames a field
author: Chris Seguin |
RenameFieldRefactoring | public RenameFieldRefactoring()(Code) | | Constructor for the RenameFieldRefactoring object
|
getDescription | public String getDescription()(Code) | | Gets the Description attribute of the RenameFieldRefactoring object
The Description value |
getID | public int getID()(Code) | | Gets the ID attribute of the RenameFieldRefactoring object
The ID value |
setNewName | public void setNewName(String value)(Code) | | Sets the NewName attribute of the RenameFieldRefactoring object
Parameters: value - The new NewName value |
transform | protected void transform()(Code) | | Applies the transformation to the system to rename the method
|
|
|
|