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 Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier 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.void
setAncestorHeaderValue
(String value) Sets the value of the 'Ancestor Header Value
' attribute.void
setHeaderName
(String value) Sets the value of the 'Header Name
' attribute.void
setMainHeaderValue
(String value) Sets the value of the 'Main Header Value
' attribute.void
setOtherHeaderValue
(String value) Sets the value of the 'Other Header Value
' attribute.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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getHeaderName
String getHeaderName()Returns the value of the 'Header Name' attribute.- Returns:
- the value of the 'Header Name' attribute.
- See Also:
-
setHeaderName
Sets the value of the 'Header Name
' attribute.- Parameters:
value
- the new value of the 'Header Name' attribute.- See Also:
-
getMainHeaderValue
String getMainHeaderValue()Returns the value of the 'Main Header Value' attribute.- Returns:
- the value of the 'Main Header Value' attribute.
- See Also:
-
setMainHeaderValue
Sets the value of the 'Main Header Value
' attribute.- Parameters:
value
- the new value of the 'Main Header Value' attribute.- See Also:
-
getOtherHeaderValue
String getOtherHeaderValue()Returns the value of the 'Other Header Value' attribute.- Returns:
- the value of the 'Other Header Value' attribute.
- See Also:
-
setOtherHeaderValue
Sets the value of the 'Other Header Value
' attribute.- Parameters:
value
- the new value of the 'Other Header Value' attribute.- See Also:
-
getAncestorHeaderValue
String getAncestorHeaderValue()Returns the value of the 'Ancestor Header Value' attribute.- Returns:
- the value of the 'Ancestor Header Value' attribute.
- See Also:
-
setAncestorHeaderValue
Sets the value of the 'Ancestor Header Value
' attribute.- Parameters:
value
- the new value of the 'Ancestor Header Value' attribute.- See Also:
-
getParent
ManifestComparisonNode getParent()- Specified by:
getParent
in interfaceCollectionElementComparisonNode
- Specified by:
getParent
in interfaceComparisonNode
- Specified by:
getParent
in interfaceContainmentComparisonNode
- Returns:
- the value of the 'Parent' container reference.
- See Also:
-