public class PropertyDiff extends Object implements Serializable
Constructor and Description |
---|
PropertyDiff() |
Modifier and Type | Method and Description |
---|---|
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() |
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)
Copyright © 2015 Nuxeo SA. All rights reserved.