public class NodeTypeDefDiff.PropDefDiff
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected QItemDefinition |
newDef |
protected QItemDefinition |
oldDef |
protected int |
type |
| Modifier and Type | Method and Description |
|---|---|
QPropertyDefinition |
getNewDef() |
QPropertyDefinition |
getOldDef() |
int |
getType() |
protected void |
init() |
boolean |
isAdded() |
boolean |
isModified() |
boolean |
isRemoved() |
java.lang.String |
toString() |
protected final QItemDefinition oldDef
protected final QItemDefinition newDef
protected int type
public QPropertyDefinition getOldDef()
public QPropertyDefinition getNewDef()
protected void init()
public int getType()
public boolean isAdded()
public boolean isRemoved()
public boolean isModified()
public java.lang.String toString()
toString in class java.lang.Object