public class PropertyDiff extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DifferenceType |
differenceType |
protected String |
propertyType |
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() |
protected String propertyType
protected DifferenceType differenceType
public PropertyDiff()
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 © 2019 Nuxeo. All rights reserved.