public class RoundBracketedClauseCSImpl extends ContextLessElementCSImpl implements RoundBracketedClauseCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwningNameExp(AbstractNameExpCS newOwningNameExp,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getOwnedArguments() |
AbstractNameExpCS |
getOwningNameExp() |
void |
setOwningNameExp(AbstractNameExpCS newOwningNameExp) |
getCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCsi, getDescription, getParent, setCsieClasspublic AbstractNameExpCS getOwningNameExp()
getOwningNameExp in interface RoundBracketedClauseCSRoundBracketedClauseCS.setOwningNameExp(AbstractNameExpCS),
EssentialOCLCSPackage.getRoundBracketedClauseCS_OwningNameExp(),
AbstractNameExpCS.getOwnedRoundBracketedClause()public NotificationChain basicSetOwningNameExp(AbstractNameExpCS newOwningNameExp, NotificationChain msgs)
public void setOwningNameExp(AbstractNameExpCS newOwningNameExp)
setOwningNameExp in interface RoundBracketedClauseCSnewOwningNameExp - the new value of the 'Owning Name Exp' container reference.RoundBracketedClauseCS.getOwningNameExp()public <any> getOwnedArguments()
getOwnedArguments in interface RoundBracketedClauseCSEssentialOCLCSPackage.getRoundBracketedClauseCS_OwnedArguments(),
NavigatingArgCS.getOwningRoundBracketedClause()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementCSImplpublic void eUnset(int featureID)
eUnset in class ElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.