org.eclipse.gmt.umlx.registry.km3.cst
Interface ElementCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AttributeCS, ClassCS, ClassifierCS, DataTypeCS, EnumerationCS, FeatureCS, IdentifiedElementCS, IdentifierCS, IdentifiersCS, LiteralCS, MetaModelCS, MultiplicityBoundCS, PackageCS, ReferenceCS

public interface ElementCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Element CS'.

The following features are supported:

See Also:
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

getStartOffset

int getStartOffset()
Returns the value of the 'Start Offset' attribute. The default value is "0".

If the meaning of the 'Start Offset' attribute isn't clear, there really should be more of a description here...

Specified by:
getStartOffset in interface org.eclipse.ocl.internal.cst.CSTNode
Returns:
the value of the 'Start Offset' attribute.
See Also:
setStartOffset(int), KM3CSTPackage.getElementCS_StartOffset()

setStartOffset

void setStartOffset(int value)
Sets the value of the 'Start Offset' attribute.

Specified by:
setStartOffset in interface org.eclipse.ocl.internal.cst.CSTNode
Parameters:
value - the new value of the 'Start Offset' attribute.
See Also:
getStartOffset()

getEndOffset

int getEndOffset()
Returns the value of the 'End Offset' attribute. The default value is "0".

If the meaning of the 'End Offset' attribute isn't clear, there really should be more of a description here...

Specified by:
getEndOffset in interface org.eclipse.ocl.internal.cst.CSTNode
Returns:
the value of the 'End Offset' attribute.
See Also:
setEndOffset(int), KM3CSTPackage.getElementCS_EndOffset()

setEndOffset

void setEndOffset(int value)
Sets the value of the 'End Offset' attribute.

Specified by:
setEndOffset in interface org.eclipse.ocl.internal.cst.CSTNode
Parameters:
value - the new value of the 'End Offset' attribute.
See Also:
getEndOffset()