Package com._1c.g5.v8.dt.compare.model
Interface IComparisonModelElement
public interface IComparisonModelElement
The contract of the comparison model element.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the comparison flags of the element.Returns the parent of the element.Returns the partial side of this element (i. e. the side with the non-empty object if the other side is empty).
-
Method Details
-
getParent
IComparisonModelElement getParent()Returns the parent of the element.- Returns:
- the parent of the element
-
getComparisonFlags
ComparisonFlags getComparisonFlags()Returns the comparison flags of the element.- Returns:
- the comparison flags
-
getPartialSide
ComparisonSide getPartialSide()Returns the partial side of this element (i. e. the side with the non-empty object if the other side is empty).- Returns:
- the partial side or
null
if the element is not empty.
-