org.eclipse.gmt.umlx.eqvtr.cst
Interface MemberSelectionExprCS

All Superinterfaces:
CollectionTemplateBodyCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MemberSelectionIdentifierExprCS, MemberSelectionObjectTemplateExprCS

public interface MemberSelectionExprCS
extends CollectionTemplateBodyCS

A representation of the model object 'Member Selection Expr CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getMemberSelectionExprCS()

Method Summary
 IdentifierCS getTailIdentifier()
          Returns the value of the 'Tail Identifier' containment reference.
 void setTailIdentifier(IdentifierCS value)
          Sets the value of the 'Tail Identifier' containment reference.
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
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

getTailIdentifier

IdentifierCS getTailIdentifier()
Returns the value of the 'Tail Identifier' containment reference.

If the meaning of the 'Tail Identifier' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tail Identifier' containment reference.
See Also:
setTailIdentifier(IdentifierCS), EqvtrCSTPackage.getMemberSelectionExprCS_TailIdentifier()

setTailIdentifier

void setTailIdentifier(IdentifierCS value)
Sets the value of the 'Tail Identifier' containment reference.

Parameters:
value - the new value of the 'Tail Identifier' containment reference.
See Also:
getTailIdentifier()