Package com._1c.g5.v8.dt.compare.model
Interface IComparisonModelElement
- 
 public interface IComparisonModelElementThe contract of the comparison model element.
- 
- 
Method SummaryAll 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- 
getParentIComparisonModelElement getParent() Returns the parent of the element.- Returns:
- the parent of the element
 
 - 
getComparisonFlagsComparisonFlags getComparisonFlags() Returns the comparison flags of the element.- Returns:
- the comparison flags
 
 - 
getPartialSideComparisonSide 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.
 
 
- 
 
-