public class NodeTypeDefDiff.PropDefDiff extends 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() |
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()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.