public class SquareBracketedClauseCSImpl extends ContextLessElementCSImpl implements SquareBracketedClauseCS
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> |
getOwnedTerms() |
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 SquareBracketedClauseCSSquareBracketedClauseCS.setOwningNameExp(AbstractNameExpCS),
EssentialOCLCSPackage.getSquareBracketedClauseCS_OwningNameExp(),
AbstractNameExpCS.getOwnedSquareBracketedClauses()public NotificationChain basicSetOwningNameExp(AbstractNameExpCS newOwningNameExp, NotificationChain msgs)
public void setOwningNameExp(AbstractNameExpCS newOwningNameExp)
setOwningNameExp in interface SquareBracketedClauseCSnewOwningNameExp - the new value of the 'Owning Name Exp' container reference.SquareBracketedClauseCS.getOwningNameExp()public <any> getOwnedTerms()
getOwnedTerms in interface SquareBracketedClauseCSEssentialOCLCSPackage.getSquareBracketedClauseCS_OwnedTerms()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.