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