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

All Superinterfaces:
CollectionTemplateBodyCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, MemberSelectionExprCS, org.eclipse.emf.common.notify.Notifier

public interface MemberSelectionIdentifierExprCS
extends MemberSelectionExprCS

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

The following features are supported:

See Also:
EqvtrCSTPackage.getMemberSelectionIdentifierExprCS()

Method Summary
 IdentifierCS getHeadIdentifier()
          Returns the value of the 'Head Identifier' containment reference.
 void setHeadIdentifier(IdentifierCS value)
          Sets the value of the 'Head Identifier' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.MemberSelectionExprCS
getTailIdentifier, setTailIdentifier
 
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

getHeadIdentifier

IdentifierCS getHeadIdentifier()
Returns the value of the 'Head Identifier' containment reference.

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

Returns:
the value of the 'Head Identifier' containment reference.
See Also:
setHeadIdentifier(IdentifierCS), EqvtrCSTPackage.getMemberSelectionIdentifierExprCS_HeadIdentifier()

setHeadIdentifier

void setHeadIdentifier(IdentifierCS value)
Sets the value of the 'Head Identifier' containment reference.

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