Package com._1c.g5.v8.dt.md.compare
Interface ManifestHeaderImplComparisonNode
-
- All Superinterfaces:
CollectionElementComparisonNode
,ComparisonNode
,ContainmentComparisonNode
,org.eclipse.emf.ecore.EObject
,IBmObject
,ManifestHeaderComparisonNode
,MatchedObjectsComparisonNode
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ManifestHeaderImplComparisonNodeImpl
public interface ManifestHeaderImplComparisonNode extends ContainmentComparisonNode, ManifestHeaderComparisonNode
A representation of the model object 'Manifest Header Impl Comparison Node'.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManifestComparisonNode
getParent()
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.CollectionElementComparisonNode
getAncestorPosition, getLeftNeighbour, getMainPosition, getOtherPosition, getPosition, getPositionAfterMerge, setAncestorPosition, setLeftNeighbour, setMainPosition, setOtherPosition, setPosition, setPositionAfterMerge
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
getChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideParent, isOtherObjectToBeAdded, setComparisonFlags, setMainObjectToBeDeleted, setMergeSettings, setModifiedOnOther, setOneSideParent, setOtherObjectToBeAdded
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ContainmentComparisonNode
getNodeSide, getOrigin, isOneSideNode, setOneSideNode, setOrigin, setParent
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
Methods inherited from interface com._1c.g5.v8.dt.md.compare.ManifestHeaderComparisonNode
getAncestorHeaderValue, getHeaderName, getMainHeaderValue, getOtherHeaderValue, setAncestorHeaderValue, setHeaderName, setMainHeaderValue, setOtherHeaderValue
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.MatchedObjectsComparisonNode
getAncestorObjectId, getAncestorPathToTopParent, getMainObjectId, getMainPathToTopParent, getObjectId, getObjectsEClassId, getOtherObjectId, getOtherPathToTopParent, getPathToTopParent, isAncestorObjectExists, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
-
-
-
-
Method Detail
-
getParent
ManifestComparisonNode getParent()
- Specified by:
getParent
in interfaceCollectionElementComparisonNode
- Specified by:
getParent
in interfaceComparisonNode
- Specified by:
getParent
in interfaceContainmentComparisonNode
- Specified by:
getParent
in interfaceManifestHeaderComparisonNode
- Returns:
- the value of the 'Parent' container reference.
- See Also:
ContainmentComparisonNode.setParent(ComparisonNode)
,ComparePackage.getContainmentComparisonNode_Parent()
,ComparisonNode.getContainmentChildren()
-
-