Package com._1c.g5.v8.dt.compare.model
Interface IComparisonModelElement
-
public interface IComparisonModelElementThe contract of the comparison model element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComparisonFlagsgetComparisonFlags()Returns the comparison flags of the element.IComparisonModelElementgetParent()Returns the parent of the element.ComparisonSidegetPartialSide()Returns the partial side of this element (i.
-
-
-
Method Detail
-
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
nullif the element is not empty.
-
-