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
 
 public interface ComparisonRegionNeighbour extends IBmObject A representation of the model object 'Comparison Region Neighbour'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNeighbourComparisonRegionIndex()Returns the value of the 'Neighbour Comparison Region Index' attribute.ComparisonSidegetNeighbourSectionNodeSide()Returns the value of the 'Neighbour Section Node Side' attribute.StringgetNeighbourSectionNodeSymlink()Returns the value of the 'Neighbour Section Node Symlink' attribute.voidsetNeighbourComparisonRegionIndex(int value)Sets the value of the 'Neighbour Comparison Region Index' attribute.voidsetNeighbourSectionNodeSide(ComparisonSide value)Sets the value of the 'Neighbour Section Node Side' attribute.voidsetNeighbourSectionNodeSymlink(String value)Sets the value of the 'Neighbour Section Node Symlink' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods 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, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getNeighbourSectionNodeSymlinkString getNeighbourSectionNodeSymlink() Returns the value of the 'Neighbour Section Node Symlink' attribute.- Returns:
- the value of the 'Neighbour Section Node Symlink' attribute.
- See Also:
- setNeighbourSectionNodeSymlink(String),- BslComparePackage.getComparisonRegionNeighbour_NeighbourSectionNodeSymlink()
 
 - 
setNeighbourSectionNodeSymlinkvoid setNeighbourSectionNodeSymlink(String value) Sets the value of the 'Neighbour Section Node Symlink' attribute.- Parameters:
- value- the new value of the 'Neighbour Section Node Symlink' attribute.
- See Also:
- getNeighbourSectionNodeSymlink()
 
 - 
getNeighbourSectionNodeSideComparisonSide 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:
- ComparisonSide,- setNeighbourSectionNodeSide(ComparisonSide),- BslComparePackage.getComparisonRegionNeighbour_NeighbourSectionNodeSide()
 
 - 
setNeighbourSectionNodeSidevoid setNeighbourSectionNodeSide(ComparisonSide value) Sets the value of the 'Neighbour Section Node Side' attribute.- Parameters:
- value- the new value of the 'Neighbour Section Node Side' attribute.
- See Also:
- ComparisonSide,- getNeighbourSectionNodeSide()
 
 - 
getNeighbourComparisonRegionIndexint getNeighbourComparisonRegionIndex() Returns the value of the 'Neighbour Comparison Region Index' attribute.- Returns:
- the value of the 'Neighbour Comparison Region Index' attribute.
- See Also:
- setNeighbourComparisonRegionIndex(int),- BslComparePackage.getComparisonRegionNeighbour_NeighbourComparisonRegionIndex()
 
 - 
setNeighbourComparisonRegionIndexvoid 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:
- getNeighbourComparisonRegionIndex()
 
 
- 
 
-