com.pvx.ooadide.refactor
Class RenamePropertyInfo
java.lang.Object
com.pvx.ooadide.refactor.RenamePropertyInfo
public class RenamePropertyInfo
- extends java.lang.Object
an info object that holds the information that is passed from
the user to the refactoring.
- Author:
- Leif Frenzel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_PROPERTY_RENAME
public static final int TYPE_PROPERTY_RENAME
- See Also:
- Constant Field Values
TYPE_BLOCK_REM
public static final int TYPE_BLOCK_REM
- See Also:
- Constant Field Values
TYPE_STRIP_NUMBERS
public static final int TYPE_STRIP_NUMBERS
- See Also:
- Constant Field Values
TYPE_REPLACE
public static final int TYPE_REPLACE
- See Also:
- Constant Field Values
RenamePropertyInfo
public RenamePropertyInfo()
getOffset
public int getOffset()
setOffset
public void setOffset(int offset)
getNewName
public java.lang.String getNewName()
setNewName
public void setNewName(java.lang.String newName)
getOldName
public java.lang.String getOldName()
setOldName
public void setOldName(java.lang.String oldName)
getSourceFile
public org.eclipse.core.resources.IFile getSourceFile()
setSourceFile
public void setSourceFile(org.eclipse.core.resources.IFile sourceFile)
isAllProjects
public boolean isAllProjects()
setAllProjects
public void setAllProjects(boolean allProjects)
isUpdateBundle
public boolean isUpdateBundle()
setUpdateBundle
public void setUpdateBundle(boolean updateBundle)
setEditor
public void setEditor(PvxEditor editor)
getEditor
public PvxEditor getEditor()
setFunction
public void setFunction(boolean isFunction)
isFunction
public boolean isFunction()
setChangeType
public void setChangeType(int i)
getChangeType
public int getChangeType()