Class NodeTypeDefDiff.PropDefDiff
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeDefDiff.PropDefDiff
-
- Enclosing class:
- NodeTypeDefDiff
public class NodeTypeDefDiff.PropDefDiff extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDefinitiongetNewDef()PropertyDefinitiongetOldDef()intgetType()booleanisAdded()booleanisModified()booleanisRemoved()java.lang.StringtoString()
-
-
-
Method Detail
-
getOldDef
public PropertyDefinition getOldDef()
-
getNewDef
public PropertyDefinition getNewDef()
-
getType
public int getType()
-
isAdded
public boolean isAdded()
-
isRemoved
public boolean isRemoved()
-
isModified
public boolean isModified()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-