public static class RefactoringModelResources.PropertyInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.command.Command |
newValue |
protected PropertyElement |
pair |
protected RefactoringModelResources |
resource |
Constructor and Description |
---|
PropertyInfo() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.command.Command |
getNewValue() |
PropertyElement |
getPair() |
RefactoringModelResources |
getResource() |
void |
setNewValue(org.eclipse.emf.common.command.Command newValue) |
void |
setPair(PropertyElement pair) |
void |
setResource(RefactoringModelResources resource) |
protected PropertyElement pair
protected RefactoringModelResources resource
protected org.eclipse.emf.common.command.Command newValue
public org.eclipse.emf.common.command.Command getNewValue()
public void setNewValue(org.eclipse.emf.common.command.Command newValue)
public PropertyElement getPair()
public void setPair(PropertyElement pair)
public RefactoringModelResources getResource()
public void setResource(RefactoringModelResources resource)