Package com._1c.g5.v8.dt.compare.model
Interface ManifestHeaderComparisonNode
- All Superinterfaces:
- CollectionElementComparisonNode,- ComparisonNode,- ContainmentComparisonNode,- org.eclipse.emf.ecore.EObject,- IBmObject,- MatchedObjectsComparisonNode,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- ManifestHeaderComparisonNodeImpl
public interface ManifestHeaderComparisonNode
extends ContainmentComparisonNode, CollectionElementComparisonNode
 A representation of the model object 'Manifest Header Comparison Node'.
 
 
The following features are supported:
- 
Field SummaryFields inherited from interface com._1c.g5.v8.bm.core.IBmObjectBM_NULL_ID
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Ancestor Header Value' attribute.Returns the value of the 'Header Name' attribute.Returns the value of the 'Main Header Value' attribute.Returns the value of the 'Other Header Value' attribute.voidsetAncestorHeaderValue(String value) Sets the value of the 'Ancestor Header Value' attribute.voidsetHeaderName(String value) Sets the value of the 'Header Name' attribute.voidsetMainHeaderValue(String value) Sets the value of the 'Main Header Value' attribute.voidsetOtherHeaderValue(String value) Sets the value of the 'Other Header Value' attribute.Methods inherited from interface com._1c.g5.v8.dt.compare.model.CollectionElementComparisonNodegetAncestorPosition, getLeftNeighbour, getMainPosition, getOtherPosition, getPosition, getPositionAfterMerge, setAncestorPosition, setLeftNeighbour, setMainPosition, setOtherPosition, setPosition, setPositionAfterMergeMethods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideParent, isOtherObjectToBeAdded, setComparisonFlags, setMainObjectToBeDeleted, setMergeSettings, setModifiedOnOther, setOneSideParent, setOtherObjectToBeAddedMethods inherited from interface com._1c.g5.v8.dt.compare.model.ContainmentComparisonNodegetNodeSide, getOrigin, isOneSideNode, setOneSideNode, setOrigin, setParentMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface com._1c.g5.v8.dt.compare.model.MatchedObjectsComparisonNodegetAncestorObjectId, getAncestorPathToTopParent, getMainObjectId, getMainPathToTopParent, getObjectId, getObjectsEClassId, getOtherObjectId, getOtherPathToTopParent, getPathToTopParent, isAncestorObjectExists, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectIdMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getHeaderNameString getHeaderName()Returns the value of the 'Header Name' attribute.- Returns:
- the value of the 'Header Name' attribute.
- See Also:
 
- 
setHeaderNameSets the value of the 'Header Name' attribute.- Parameters:
- value- the new value of the 'Header Name' attribute.
- See Also:
 
- 
getMainHeaderValueString getMainHeaderValue()Returns the value of the 'Main Header Value' attribute.- Returns:
- the value of the 'Main Header Value' attribute.
- See Also:
 
- 
setMainHeaderValueSets the value of the 'Main Header Value' attribute.- Parameters:
- value- the new value of the 'Main Header Value' attribute.
- See Also:
 
- 
getOtherHeaderValueString getOtherHeaderValue()Returns the value of the 'Other Header Value' attribute.- Returns:
- the value of the 'Other Header Value' attribute.
- See Also:
 
- 
setOtherHeaderValueSets the value of the 'Other Header Value' attribute.- Parameters:
- value- the new value of the 'Other Header Value' attribute.
- See Also:
 
- 
getAncestorHeaderValueString getAncestorHeaderValue()Returns the value of the 'Ancestor Header Value' attribute.- Returns:
- the value of the 'Ancestor Header Value' attribute.
- See Also:
 
- 
setAncestorHeaderValueSets the value of the 'Ancestor Header Value' attribute.- Parameters:
- value- the new value of the 'Ancestor Header Value' attribute.
- See Also:
 
- 
getParentManifestComparisonNode getParent()- Specified by:
- getParentin interface- CollectionElementComparisonNode
- Specified by:
- getParentin interface- ComparisonNode
- Specified by:
- getParentin interface- ContainmentComparisonNode
- Returns:
- the value of the 'Parent' container reference.
- See Also:
 
 
-