Package com._1c.g5.v8.dt.bsl.compare
Interface ComparisonTextRegion
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ComparisonTextRegionImpl
 
 public interface ComparisonTextRegion extends IBmObject A representation of the model object 'Comparison Text Region'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TextRegiongetAncestorRegion()Returns the value of the 'Ancestor Region' containment reference.ComparisonRegionNeighbourgetLeftNeighbour()Returns the value of the 'Left Neighbour' containment reference.TextRegiongetMainRegion()Returns the value of the 'Main Region' containment reference.TextRegiongetOtherRegion()Returns the value of the 'Other Region' containment reference.TextRegiongetRegion(ComparisonSide side)voidsetAncestorRegion(TextRegion value)Sets the value of the 'Ancestor Region' containment reference.voidsetLeftNeighbour(ComparisonRegionNeighbour value)Sets the value of the 'Left Neighbour' containment reference.voidsetMainRegion(TextRegion value)Sets the value of the 'Main Region' containment reference.voidsetOtherRegion(TextRegion value)Sets the value of the 'Other Region' containment reference.voidsetRegion(ComparisonSide side, TextRegion region)- 
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- 
getMainRegionTextRegion getMainRegion() Returns the value of the 'Main Region' containment reference.- Returns:
- the value of the 'Main Region' containment reference.
- See Also:
- setMainRegion(TextRegion),- BslComparePackage.getComparisonTextRegion_MainRegion()
 
 - 
setMainRegionvoid setMainRegion(TextRegion value) Sets the value of the 'Main Region' containment reference.- Parameters:
- value- the new value of the 'Main Region' containment reference.
- See Also:
- getMainRegion()
 
 - 
getOtherRegionTextRegion getOtherRegion() Returns the value of the 'Other Region' containment reference.- Returns:
- the value of the 'Other Region' containment reference.
- See Also:
- setOtherRegion(TextRegion),- BslComparePackage.getComparisonTextRegion_OtherRegion()
 
 - 
setOtherRegionvoid setOtherRegion(TextRegion value) Sets the value of the 'Other Region' containment reference.- Parameters:
- value- the new value of the 'Other Region' containment reference.
- See Also:
- getOtherRegion()
 
 - 
getAncestorRegionTextRegion getAncestorRegion() Returns the value of the 'Ancestor Region' containment reference.- Returns:
- the value of the 'Ancestor Region' containment reference.
- See Also:
- setAncestorRegion(TextRegion),- BslComparePackage.getComparisonTextRegion_AncestorRegion()
 
 - 
setAncestorRegionvoid setAncestorRegion(TextRegion value) Sets the value of the 'Ancestor Region' containment reference.- Parameters:
- value- the new value of the 'Ancestor Region' containment reference.
- See Also:
- getAncestorRegion()
 
 - 
getLeftNeighbourComparisonRegionNeighbour getLeftNeighbour() Returns the value of the 'Left Neighbour' containment reference.- Returns:
- the value of the 'Left Neighbour' containment reference.
- See Also:
- setLeftNeighbour(ComparisonRegionNeighbour),- BslComparePackage.getComparisonTextRegion_LeftNeighbour()
 
 - 
setLeftNeighbourvoid setLeftNeighbour(ComparisonRegionNeighbour value) Sets the value of the 'Left Neighbour' containment reference.- Parameters:
- value- the new value of the 'Left Neighbour' containment reference.
- See Also:
- getLeftNeighbour()
 
 - 
getRegionTextRegion getRegion(ComparisonSide side) 
 - 
setRegionvoid setRegion(ComparisonSide side, TextRegion region) 
 
- 
 
-