com.pvx.ooadide.refactor
Class RenamePropertyInfo

java.lang.Object
  extended by 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

Field Summary
static int TYPE_BLOCK_REM
           
static int TYPE_PROPERTY_RENAME
           
static int TYPE_REPLACE
           
static int TYPE_STRIP_NUMBERS
           
 
Constructor Summary
RenamePropertyInfo()
           
 
Method Summary
 int getChangeType()
           
 PvxEditor getEditor()
           
 java.lang.String getNewName()
           
 int getOffset()
           
 java.lang.String getOldName()
           
 org.eclipse.core.resources.IFile getSourceFile()
           
 boolean isAllProjects()
           
 boolean isFunction()
           
 boolean isUpdateBundle()
           
 void setAllProjects(boolean allProjects)
           
 void setChangeType(int i)
           
 void setEditor(PvxEditor editor)
           
 void setFunction(boolean isFunction)
           
 void setNewName(java.lang.String newName)
           
 void setOffset(int offset)
           
 void setOldName(java.lang.String oldName)
           
 void setSourceFile(org.eclipse.core.resources.IFile sourceFile)
           
 void setUpdateBundle(boolean updateBundle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RenamePropertyInfo

public RenamePropertyInfo()
Method Detail

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()