|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.diff.model.PropertyDiff
public class PropertyDiff
Representation of a property (field) diff.
Constructor Summary | |
---|---|
PropertyDiff()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
|
DifferenceType |
getDifferenceType()
|
String |
getPropertyType()
|
boolean |
isComplexListType()
Checks if is complex list type. |
boolean |
isComplexType()
Checks if is complex type. |
boolean |
isContentListType(String propertyType)
Checks if is content list type. |
boolean |
isContentType()
Checks if is content type. |
boolean |
isListType()
Checks if is list type. |
boolean |
isScalarListType()
Checks if is scalar list type. |
boolean |
isSimpleType()
Checks if is simple type. |
void |
setDifferenceType(DifferenceType differenceType)
|
void |
setPropertyType(String propertyType)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyDiff()
Method Detail |
---|
public boolean isSimpleType()
public boolean isListType()
public boolean isScalarListType()
public boolean isComplexListType()
public boolean isContentListType(String propertyType)
public boolean isComplexType()
public boolean isContentType()
public String getPropertyType()
public void setPropertyType(String propertyType)
public DifferenceType getDifferenceType()
public void setDifferenceType(DifferenceType differenceType)
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |