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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNeighbourComparisonRegionIndex()
Returns the value of the 'Neighbour Comparison Region Index' attribute.ComparisonSide
getNeighbourSectionNodeSide()
Returns the value of the 'Neighbour Section Node Side' attribute.String
getNeighbourSectionNodeSymlink()
Returns the value of the 'Neighbour Section Node Symlink' attribute.void
setNeighbourComparisonRegionIndex(int value)
Sets the value of the 'Neighbour Comparison Region Index
' attribute.void
setNeighbourSectionNodeSide(ComparisonSide value)
Sets the value of the 'Neighbour Section Node Side
' attribute.void
setNeighbourSectionNodeSymlink(String value)
Sets 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, 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
-
-
-
-
Method Detail
-
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(String)
,BslComparePackage.getComparisonRegionNeighbour_NeighbourSectionNodeSymlink()
-
setNeighbourSectionNodeSymlink
void 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()
-
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:
ComparisonSide
,setNeighbourSectionNodeSide(ComparisonSide)
,BslComparePackage.getComparisonRegionNeighbour_NeighbourSectionNodeSide()
-
setNeighbourSectionNodeSide
void 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()
-
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(int)
,BslComparePackage.getComparisonRegionNeighbour_NeighbourComparisonRegionIndex()
-
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:
getNeighbourComparisonRegionIndex()
-
-