public interface ElementCS
A representation of the model object 'Element CS'.
The following features are supported:
KM3CSTPackage.getElementCS()
Method Summary | |
---|---|
int |
getEndOffset()
Returns the value of the 'End Offset' attribute. |
int |
getStartOffset()
Returns the value of the 'Start Offset' attribute. |
void |
setEndOffset(int value)
Sets the value of the ' End Offset ' attribute. |
void |
setStartOffset(int value)
Sets the value of the ' Start Offset ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
int getStartOffset()
"0"
.
If the meaning of the 'Start Offset' attribute isn't clear, there really should be more of a description here...
getStartOffset
in interface org.eclipse.ocl.internal.cst.CSTNode
setStartOffset(int)
,
KM3CSTPackage.getElementCS_StartOffset()
void setStartOffset(int value)
Start Offset
' attribute.
setStartOffset
in interface org.eclipse.ocl.internal.cst.CSTNode
value
- the new value of the 'Start Offset' attribute.getStartOffset()
int getEndOffset()
"0"
.
If the meaning of the 'End Offset' attribute isn't clear, there really should be more of a description here...
getEndOffset
in interface org.eclipse.ocl.internal.cst.CSTNode
setEndOffset(int)
,
KM3CSTPackage.getElementCS_EndOffset()
void setEndOffset(int value)
End Offset
' attribute.
setEndOffset
in interface org.eclipse.ocl.internal.cst.CSTNode
value
- the new value of the 'End Offset' attribute.getEndOffset()