Interface Region
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RegionImpl
public interface Region
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Region'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Length' attribute.Returns the value of the 'Offset' attribute.getText()
Returns the value of the 'Text' attribute.void
Sets the value of the 'Length
' attribute.void
Sets the value of the 'Offset
' attribute.void
Sets the value of the 'Text
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOffset
Integer getOffset()Returns the value of the 'Offset' attribute.If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Offset' attribute.
- See Also:
-
setOffset
Sets the value of the 'Offset
' attribute.- Parameters:
value
- the new value of the 'Offset' attribute.- See Also:
-
getLength
Integer getLength()Returns the value of the 'Length' attribute.If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Length' attribute.
- See Also:
-
setLength
Sets the value of the 'Length
' attribute.- Parameters:
value
- the new value of the 'Length' attribute.- See Also:
-
getText
String getText()Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
-