Package com._1c.g5.v8.dt.bsl.compare
Interface ComparisonRegionNeighbour
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ComparisonRegionNeighbourImpl
A representation of the model object 'Comparison Region Neighbour'.
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 TypeMethodDescriptionintReturns the value of the 'Neighbour Comparison Region Index' attribute.Returns the value of the 'Neighbour Section Node Side' attribute.Returns the value of the 'Neighbour Section Node Symlink' attribute.voidsetNeighbourComparisonRegionIndex(int value) Sets the value of the 'Neighbour Comparison Region Index' attribute.voidSets the value of the 'Neighbour Section Node Side' attribute.voidSets the value of the 'Neighbour Section Node Symlink' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNeighbourSectionNodeSymlink
String getNeighbourSectionNodeSymlink()Returns the value of the 'Neighbour Section Node Symlink' attribute.- Returns:
- the value of the 'Neighbour Section Node Symlink' attribute.
- See Also:
-
setNeighbourSectionNodeSymlink
Sets the value of the 'Neighbour Section Node Symlink' attribute.- Parameters:
value- the new value of the 'Neighbour Section Node Symlink' attribute.- See Also:
-
getNeighbourSectionNodeSide
ComparisonSide getNeighbourSectionNodeSide()Returns the value of the 'Neighbour Section Node Side' attribute. The literals are from the enumerationComparisonSide.- Returns:
- the value of the 'Neighbour Section Node Side' attribute.
- See Also:
-
setNeighbourSectionNodeSide
Sets the value of the 'Neighbour Section Node Side' attribute.- Parameters:
value- the new value of the 'Neighbour Section Node Side' attribute.- See Also:
-
getNeighbourComparisonRegionIndex
int getNeighbourComparisonRegionIndex()Returns the value of the 'Neighbour Comparison Region Index' attribute.- Returns:
- the value of the 'Neighbour Comparison Region Index' attribute.
- See Also:
-
setNeighbourComparisonRegionIndex
void setNeighbourComparisonRegionIndex(int value) Sets the value of the 'Neighbour Comparison Region Index' attribute.- Parameters:
value- the new value of the 'Neighbour Comparison Region Index' attribute.- See Also:
-