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 Summary
All 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.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
-
-
-
-
Method Detail
-
getMainRegion
TextRegion 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()
-
setMainRegion
void 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()
-
getOtherRegion
TextRegion 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()
-
setOtherRegion
void 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()
-
getAncestorRegion
TextRegion 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()
-
setAncestorRegion
void 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()
-
getLeftNeighbour
ComparisonRegionNeighbour 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()
-
setLeftNeighbour
void 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()
-
getRegion
TextRegion getRegion(ComparisonSide side)
-
setRegion
void setRegion(ComparisonSide side, TextRegion region)
-
-