org.apache.jackrabbit.core.nodetype
Class NodeTypeDefDiff.PropDefDiff

java.lang.Object
  extended by org.apache.jackrabbit.core.nodetype.NodeTypeDefDiff.PropDefDiff
Enclosing class:
NodeTypeDefDiff

public class NodeTypeDefDiff.PropDefDiff
extends Object


Field Summary
protected  QItemDefinition newDef
           
protected  QItemDefinition oldDef
           
protected  int type
           
 
Method Summary
 QPropertyDefinition getNewDef()
           
 QPropertyDefinition getOldDef()
           
 int getType()
           
protected  void init()
           
 boolean isAdded()
           
 boolean isModified()
           
 boolean isRemoved()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldDef

protected final QItemDefinition oldDef

newDef

protected final QItemDefinition newDef

type

protected int type
Method Detail

getOldDef

public QPropertyDefinition getOldDef()

getNewDef

public QPropertyDefinition getNewDef()

init

protected void init()

getType

public int getType()

isAdded

public boolean isAdded()

isRemoved

public boolean isRemoved()

isModified

public boolean isModified()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.