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 TextRegion
getAncestorRegion()
Returns the value of the 'Ancestor Region' containment reference.ComparisonRegionNeighbour
getLeftNeighbour()
Returns the value of the 'Left Neighbour' containment reference.TextRegion
getMainRegion()
Returns the value of the 'Main Region' containment reference.TextRegion
getOtherRegion()
Returns the value of the 'Other Region' containment reference.TextRegion
getRegion(ComparisonSide side)
void
setAncestorRegion(TextRegion value)
Sets the value of the 'Ancestor Region
' containment reference.void
setLeftNeighbour(ComparisonRegionNeighbour value)
Sets the value of the 'Left Neighbour
' containment reference.void
setMainRegion(TextRegion value)
Sets the value of the 'Main Region
' containment reference.void
setOtherRegion(TextRegion value)
Sets the value of the 'Other Region
' containment reference.void
setRegion(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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)
-
-