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:
TextlinkPackage.getRegion()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getLength()
Returns the value of the 'Length' attribute.Integer
getOffset()
Returns the value of the 'Offset' attribute.String
getText()
Returns the value of the 'Text' attribute.void
setLength(Integer value)
Sets the value of the 'Length
' attribute.void
setOffset(Integer value)
Sets the value of the 'Offset
' attribute.void
setText(String value)
Sets the value of the 'Text
' attribute.
-
-
-
Method Detail
-
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(Integer)
,TextlinkPackage.getRegion_Offset()
-
setOffset
void setOffset(Integer value)
Sets the value of the 'Offset
' attribute.- Parameters:
value
- the new value of the 'Offset' attribute.- See Also:
getOffset()
-
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(Integer)
,TextlinkPackage.getRegion_Length()
-
setLength
void setLength(Integer value)
Sets the value of the 'Length
' attribute.- Parameters:
value
- the new value of the 'Length' attribute.- See Also:
getLength()
-
getText
String getText()
Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,TextlinkPackage.getRegion_Text()
-
-